summaryrefslogtreecommitdiff
path: root/apps/plugins/flac2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/flac2wav.c')
-rw-r--r--apps/plugins/flac2wav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/flac2wav.c b/apps/plugins/flac2wav.c
index 6fa7940535..b9207eeafe 100644
--- a/apps/plugins/flac2wav.c
+++ b/apps/plugins/flac2wav.c
@@ -204,6 +204,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
204 204
205 file_info.frames_decoded=0; 205 file_info.frames_decoded=0;
206 file_info.start_tick=*(rb->current_tick); 206 file_info.start_tick=*(rb->current_tick);
207 rb->button_clear_queue();
208
207 while (FLAC__seekable_stream_decoder_get_state(flacDecoder)!=2) { 209 while (FLAC__seekable_stream_decoder_get_state(flacDecoder)!=2) {
208 FLAC__seekable_stream_decoder_process_single(flacDecoder); 210 FLAC__seekable_stream_decoder_process_single(flacDecoder);
209 file_info.frames_decoded++; 211 file_info.frames_decoded++;