This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
the context is supposed to be freed in the generic code in utils.c
Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
bb85077fc9
commit
acf0b6a657
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/aiff.c
+ 0
- 1
libavformat/aiff.c
View File
@@ -166,7 +166,6 @@ static int aiff_write_header(AVFormatContext *s)
/* First verify if format is ok */
if (!enc->codec_tag) {
av_free(aiff);
return -1;
}
Write
Preview
Loading…
Cancel
Save