mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
avfilter/avfilter: Remove AVFilterLink.flags
It is a private field that is unused since 44f660e7e75b856eafa5f7e7cc6e633de5d01b5d. 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
@ -587,11 +587,6 @@ struct AVFilterLink {
|
|||||||
*/
|
*/
|
||||||
int channels;
|
int channels;
|
||||||
|
|
||||||
/**
|
|
||||||
* Link processing flags.
|
|
||||||
*/
|
|
||||||
unsigned flags;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of past frames sent through the link.
|
* Number of past frames sent through the link.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user