Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
  2. index 0e337ef..31dfd49 100644
  3. --- a/apps/plugins/pictureflow/pictureflow.c
  4. +++ b/apps/plugins/pictureflow/pictureflow.c
  5. @@ -2717,11 +2717,7 @@ enum plugin_status plugin_start(const void *parameter)
  6. #ifdef HAVE_ADJUSTABLE_CPU_FREQ
  7. rb->cpu_boost(true);
  8. #endif
  9. -#if PF_PLAYBACK_CAPABLE
  10. buf = rb->plugin_get_buffer(&buf_size);
  11. -#else
  12. - buf = rb->plugin_get_audio_buffer(&buf_size);
  13. -#endif
  14. ret = main();
  15. #ifdef HAVE_ADJUSTABLE_CPU_FREQ
  16. rb->cpu_boost(false);
Add Comment
Please, Sign In to add comment