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:
martii
2013-07-27 12:24:50 +02:00
parent 6a0f006a0c
commit d5e47e3e69
2 changed files with 7 additions and 5 deletions

View File

@@ -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);
}