You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi: drop now unused shorthand field from AVFilter.
This commit is contained in:
@@ -606,7 +606,7 @@ void avfilter_free(AVFilterContext *filter)
|
||||
avfilter_link_free(&link);
|
||||
}
|
||||
|
||||
if (filter->filter->priv_class || filter->filter->shorthand)
|
||||
if (filter->filter->priv_class)
|
||||
av_opt_free(filter->priv);
|
||||
|
||||
av_freep(&filter->name);
|
||||
|
||||
Reference in New Issue
Block a user