Add support for Matroska attachments.

patch by eugeni _dot_ stepanov _at_ gmail.com and myself

Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Evgeniy Stepanov
2008-01-27 15:43:17 +00:00
committed by Aurelien Jacobs
parent 20963a7156
commit f8d7c9d373
8 changed files with 163 additions and 4 deletions

View File

@@ -2112,6 +2112,7 @@ void av_close_input_stream(AVFormatContext *s)
av_free(st->index_entries);
av_free(st->codec->extradata);
av_free(st->codec);
av_free(st->filename);
av_free(st);
}
for(i=s->nb_programs-1; i>=0; i--) {