diff mbox series

[FFmpeg-devel,12/21] avcodec/roqvideoenc: Remove internal.h inclusion

Message ID DB6PR0101MB2214B0EF65637561F6BDFF548F729@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 6be4b534ce83d28382209991b9441d3c64ca4472
Headers show
Series [FFmpeg-devel,01/11] avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delay | expand

Commit Message

Andreas Rheinhardt Aug. 25, 2022, 2:07 a.m. UTC
Possible since c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/roqvideoenc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Andreas Rheinhardt Aug. 27, 2022, 12:13 p.m. UTC | #1
Andreas Rheinhardt:
> Possible since c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  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

Will apply the rest of this patchset tomorrow.

- Andreas
diff mbox series

Patch

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