Merge remote-tracking branch 'tangocash/master'

Origin commit data
------------------
Branch: master
Commit: 038bf4a44c
Author: max_10 <max_10@gmx.de>
Date: 2017-12-18 (Mon, 18 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-12-18 23:23:51 +01:00

View File

@@ -2240,6 +2240,7 @@ static int32_t container_ffmpeg_stop(Context_t *context)
* avformat_close_input do not expect custom io, so it try
* to release incorrectly
*/
fclose(avContextTab[i]->pb->opaque);
av_freep(&(avContextTab[i]->pb->buffer));
av_freep(&(avContextTab[i]->pb));
use_custom_io[i] = 0;