mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavfi: generic hardware surface upload and download filters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
551c6775ab
commit
07a844f32e
8 changed files with 472 additions and 1 deletions
|
|
@ -525,6 +525,8 @@ void avfilter_free(AVFilterContext *filter)
|
|||
if (filter->filter->priv_class)
|
||||
av_opt_free(filter->priv);
|
||||
|
||||
av_buffer_unref(&filter->hw_device_ctx);
|
||||
|
||||
av_freep(&filter->name);
|
||||
av_freep(&filter->input_pads);
|
||||
av_freep(&filter->output_pads);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue