forked from FFmpeg/FFmpeg
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:
parent
a6d741920f
commit
e0ca8a7a51
1 changed files with 0 additions and 5 deletions
|
@ -587,11 +587,6 @@ struct AVFilterLink {
|
|||
*/
|
||||
int channels;
|
||||
|
||||
/**
|
||||
* Link processing flags.
|
||||
*/
|
||||
unsigned flags;
|
||||
|
||||
/**
|
||||
* Number of past frames sent through the link.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue