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 <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-02-04 15:43:14 +01:00
parent 27f22f3383
commit 70a90fb73e
21 changed files with 24 additions and 37 deletions

View File

@@ -24,7 +24,7 @@
#include "rawdec.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/internal.h"
#include "libavcodec/startcode.h"
#define SEQ_START_CODE 0x000001b3
#define GOP_START_CODE 0x000001b8