Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-04 17:43:14 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-08 08:22:14 +0300
commit70a90fb73e43d8c2d7f09ce6df3a861e65ac6b62 (patch)
tree7a3b78bc692e32ffa89f567ef50e4f0f1182b7e6 /libavcodec/mpeg12.c
parent27f22f33834c521a153842fcc0f614360901f2b7 (diff)
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>
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 58e03c05d4..5520960b74 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -29,18 +29,14 @@
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
-#include "libavutil/timecode.h"
#include "libavutil/thread.h"
-#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
-#include "error_resilience.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "mpegvideodata.h"
-#include "bytestream.h"
-#include "thread.h"
+#include "startcode.h"
static const uint8_t table_mb_ptype[7][2] = {
{ 3, 5 }, // 0x01 MB_INTRA