You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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>
This commit is contained in:
@@ -587,11 +587,6 @@ struct AVFilterLink {
|
||||
*/
|
||||
int channels;
|
||||
|
||||
/**
|
||||
* Link processing flags.
|
||||
*/
|
||||
unsigned flags;
|
||||
|
||||
/**
|
||||
* Number of past frames sent through the link.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user