lavfi: generic hardware surface upload and download filters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:

committed by
Anton Khirnov

parent
551c6775ab
commit
07a844f32e
@@ -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);
|
||||
|
Reference in New Issue
Block a user