mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
ffprobe: prefer av_freep() over av_free() for global print_format option.
It could be re-used for instance in case ffprobe would support multiple input files.
This commit is contained in:
parent
f4eeb000bf
commit
2f468826ee
1 changed files with 1 additions and 1 deletions
|
|
@ -842,7 +842,7 @@ static int probe_file(const char *filename)
|
|||
writer_close(&wctx);
|
||||
|
||||
end:
|
||||
av_free(print_format);
|
||||
av_freep(&print_format);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue