projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abe4a1
)
examples/muxing: use av_frame_free() in place of av_free()
author
Stefano Sabatini
<stefasab@gmail.com>
Thu, 9 Jan 2014 09:39:52 +0000
(10:39 +0100)
committer
Stefano Sabatini
<stefasab@gmail.com>
Thu, 9 Jan 2014 09:51:57 +0000
(10:51 +0100)
doc/examples/muxing.c
patch
|
blob
|
history
diff --git
a/doc/examples/muxing.c
b/doc/examples/muxing.c
index
c4735cf
..
7d80e1c
100644
(file)
--- a/
doc/examples/muxing.c
+++ b/
doc/examples/muxing.c
@@
-457,7
+457,7
@@
static void close_video(AVFormatContext *oc, AVStream *st)
avcodec_close(st->codec);
av_free(src_picture.data[0]);
av_free(dst_picture.data[0]);
- av_fr
ee(
frame);
+ av_fr
ame_free(&
frame);
}
/**************************************************************/