diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/mpegplayer/audio_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/audio_thread.c b/apps/plugins/mpegplayer/audio_thread.c index ecb8b1ffae..45fa7257ef 100644 --- a/apps/plugins/mpegplayer/audio_thread.c +++ b/apps/plugins/mpegplayer/audio_thread.c | |||
@@ -375,6 +375,7 @@ static void audio_thread_msg(struct audio_thread_data *td) | |||
375 | case TSTATE_INIT: | 375 | case TSTATE_INIT: |
376 | td->state = TSTATE_DECODE; | 376 | td->state = TSTATE_DECODE; |
377 | case TSTATE_DECODE: | 377 | case TSTATE_DECODE: |
378 | case TSTATE_RENDER_WAIT: | ||
378 | break; | 379 | break; |
379 | 380 | ||
380 | case TSTATE_EOS: | 381 | case TSTATE_EOS: |