avfilter/internal: Don't include video.h

internal.h does not depend on video.h (and should not depend on it)
and therefore should not include video.h at all; instead all users
of video.h should include it directly.

Doing so also avoids unnecessary video.h inclusions in files that
don't need it, like most audio filters.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2023-08-03 13:03:17 +02:00
parent 50ea7389ec
commit 6d15643173
60 changed files with 61 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
#include "avfilter.h"
#include "formats.h"
#include "framequeue.h"
#include "video.h"
typedef struct AVFilterCommand {
double time; ///< time expressed in seconds