[SCM] libav/experimental: lavf: always use av_free

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:58 UTC 2014


The following commit has been merged in the experimental branch:
commit 77e9123fe5d64b0960158de6e1713d3c6c7878a7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Mar 10 15:03:14 2014 +0000

    lavf: always use av_free
    
    Signed-off-by: Tim Walker <tdskywalker at gmail.com>

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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list