[FFmpeg-cvslog] avcodec/roqvideoenc: Remove internal.h inclusion
Andreas Rheinhardt
git at videolan.org
Sun Aug 28 13:26:55 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug 24 23:22:49 2022 +0200| [6be4b534ce83d28382209991b9441d3c64ca4472] | committer: Andreas Rheinhardt
avcodec/roqvideoenc: Remove internal.h inclusion
Possible since c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6be4b534ce83d28382209991b9441d3c64ca4472
---
libavcodec/roqvideoenc.c | 1 -
1 file changed, 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list