forked from FFmpeg/FFmpeg
lavf: always use av_free
Signed-off-by: Tim Walker <tdskywalker@gmail.com>
This commit is contained in:
parent
34bbc81de8
commit
77e9123fe5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue