mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3/container_ffmpeg: don't flush instead of clear
This commit is contained in:
@@ -523,7 +523,7 @@ static void FFMPEGThread(Context_t *context) {
|
||||
avcodec_free_frame(&decoded_frame);
|
||||
decoded_frame = NULL;
|
||||
}
|
||||
context->output->Command(context, OUTPUT_FLUSH, NULL);
|
||||
context->output->Command(context, OUTPUT_CLEAR, NULL);
|
||||
context->output->Command(context, OUTPUT_PLAY, NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user