mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
libeplayer3/container_ffmpeg: don't flush instead of clear
Origin commit data
------------------
Branch: master
Commit: c9e0755f02
Author: martii <m4rtii@gmx.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -521,7 +521,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