1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

lavf: always use av_free

Signed-off-by: Tim Walker <tdskywalker@gmail.com>
This commit is contained in:
Michael Niedermayer 2014-03-10 15:03:14 +00:00 committed by Vittorio Giovara
parent 34bbc81de8
commit 77e9123fe5

View File

@ -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;