forked from len0rd/rockbox
Undo overlay test change which should not have been committed, should return PictureFlow to working during playback on non-Archos targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0cb3ad58b3
commit
c7f1347d8f
1 changed files with 1 additions and 1 deletions
|
@ -2574,7 +2574,7 @@ enum plugin_status plugin_start(const void *parameter)
|
||||||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
rb->cpu_boost(true);
|
rb->cpu_boost(true);
|
||||||
#endif
|
#endif
|
||||||
#if PLUGIN_BUFFER_SIZE > 0x10000 && 0
|
#if PLUGIN_BUFFER_SIZE > 0x10000
|
||||||
buf = rb->plugin_get_buffer(&buf_size);
|
buf = rb->plugin_get_buffer(&buf_size);
|
||||||
#else
|
#else
|
||||||
buf = rb->plugin_get_audio_buffer(&buf_size);
|
buf = rb->plugin_get_audio_buffer(&buf_size);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue