[FFmpeg-cvslog] lavf: always use av_free
Michael Niedermayer
git at videolan.org
Tue Mar 11 00:06:35 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Mar 10 15:03:14 2014 +0000| [77e9123fe5d64b0960158de6e1713d3c6c7878a7] | committer: Vittorio Giovara
lavf: always use av_free
Signed-off-by: Tim Walker <tdskywalker at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77e9123fe5d64b0960158de6e1713d3c6c7878a7
---
libavformat/hevc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hevc.c b/libavformat/hevc.c
index e3be20c..37b35b4 100644
--- a/libavformat/hevc.c
+++ b/libavformat/hevc.c
@@ -1056,7 +1056,7 @@ int ff_hevc_annexb2mp4(AVIOContext *pb, const uint8_t *buf_in,
}
end:
- free(start);
+ av_free(start);
if (ps_count)
*ps_count = num_ps;
return ret;
More information about the ffmpeg-cvslog
mailing list