avfilter/avfilter: Remove AVFilterLink.flags

It is a private field that is unused since
44f660e7e7.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
pull/371/head
Andreas Rheinhardt 4 years ago
parent a6d741920f
commit e0ca8a7a51
  1. 5
      libavfilter/avfilter.h

@ -587,11 +587,6 @@ struct AVFilterLink {
*/
int channels;
/**
* Link processing flags.
*/
unsigned flags;
/**
* Number of past frames sent through the link.
*/

Loading…
Cancel
Save