mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-17 11:45:11 +08:00
Use dynamically allocated ByteIOContext in AVFormatContext
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Andreas Öman

parent
79815f622d
commit
899681cd1d
@ -538,7 +538,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (!(fmt->flags & AVFMT_NOFILE)) {
|
||||
/* close the output file */
|
||||
url_fclose(&oc->pb);
|
||||
url_fclose(oc->pb);
|
||||
}
|
||||
|
||||
/* free the stream */
|
||||
|
Reference in New Issue
Block a user