From 70a90fb73e43d8c2d7f09ce6df3a861e65ac6b62 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 4 Feb 2022 15:43:14 +0100 Subject: avcodec/internal.h: Move avpriv_find_start_code() to startcode.h This is by definition the appropriate place for it. Remove all the now unnecessary libavcodec/internal.h inclusions; also remove other unnecessary headers from the affected files. Signed-off-by: Andreas Rheinhardt --- libavformat/avs2dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avs2dec.c') diff --git a/libavformat/avs2dec.c b/libavformat/avs2dec.c index 51908d2b63..0d5b23b65e 100644 --- a/libavformat/avs2dec.c +++ b/libavformat/avs2dec.c @@ -22,7 +22,7 @@ #include "avformat.h" #include "rawdec.h" -#include "libavcodec/internal.h" +#include "libavcodec/startcode.h" #include "libavutil/intreadwrite.h" #define AVS2_ISSQH(x) ((x) == 0xB0) -- cgit v1.2.3