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
xbm: use av_frame_free on close
tags/n2.3
Vittorio Giovara
11 years ago
parent
a7a5e3850e
commit
792e4c21f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/xbmenc.c
+ 1
- 1
libavcodec/xbmenc.c
View File
@@ -69,7 +69,7 @@ static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
static av_cold int xbm_encode_close(AVCodecContext *avctx)
{
av_free
p
(&avctx->coded_frame);
av_fr
ame_fr
ee(&avctx->coded_frame);
return 0;
}
Write
Preview
Loading…
Cancel
Save