Author: gkovacs
Date: Sun Aug 30 00:14:55 2009
New Revision: 5349
Log:
av_close_input_file already calls av_close_input_stream and av_free
Modified:
concat/libavformat/playlist.c
Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c Sun Aug 30 00:13:23 2009 (r5348)
+++ concat/libavformat/playlist.c Sun Aug 30 00:14:55 2009 (r5349)
@@ -49,8 +49,6 @@ AVFormatContext *ff_playlist_alloc_forma
if (err < 0) {
av_log(ic, AV_LOG_ERROR, "Could not find stream info\n");
av_close_input_file(ic);
- av_close_input_stream(ic);
- av_free(ic);
return NULL;
}
return ic;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc