git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a5e38
)
xbm: use av_frame_free on close
author
Vittorio Giovara
<vittorio.giovara@gmail.com>
Mon, 17 Mar 2014 00:20:53 +0000
(
01:20
+0100)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 27 Mar 2014 22:57:51 +0000
(23:57 +0100)
libavcodec/xbmenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/xbmenc.c
b/libavcodec/xbmenc.c
index
d6657dc
..
517e569
100644
(file)
--- a/
libavcodec/xbmenc.c
+++ b/
libavcodec/xbmenc.c
@@
-69,7
+69,7
@@
static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
static av_cold int xbm_encode_close(AVCodecContext *avctx)
{
- av_fr
eep
(&avctx->coded_frame);
+ av_fr
ame_free
(&avctx->coded_frame);
return 0;
}