diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 23:22:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 14:14:56 +0200 |
commit | 6be4b534ce83d28382209991b9441d3c64ca4472 (patch) | |
tree | c335bc2195464761f07255a1a92c98a67d007c3a /libavcodec | |
parent | 5c217119c84a2b2b02b421d2c2e3aa0dee22e11f (diff) | |
download | ffmpeg-6be4b534ce83d28382209991b9441d3c64ca4472.tar.gz |
avcodec/roqvideoenc: Remove internal.h inclusion
Possible since c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/roqvideoenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index 0a418c3b89..9f03107d81 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -64,7 +64,6 @@ #include "codec_internal.h" #include "elbg.h" #include "encode.h" -#include "internal.h" #include "mathops.h" #define CHROMA_BIAS 1 |