You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
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:
@@ -38,6 +38,7 @@
|
||||
#include "internal.h"
|
||||
#include "qp_table.h"
|
||||
#include "vf_spp.h"
|
||||
#include "video.h"
|
||||
|
||||
enum mode {
|
||||
MODE_HARD,
|
||||
|
||||
Reference in New Issue
Block a user