Commit 77e9123f authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Vittorio Giovara

lavf: always use av_free

Signed-off-by: 's avatarTim Walker <tdskywalker@gmail.com>
parent 34bbc81d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment