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:
parent
34bbc81de8
commit
77e9123fe5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user