mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00: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:
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…
Reference in New Issue
Block a user