avcodec/mpegvideo: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-12-22 04:07:14 +01:00
parent cbbd5e063d
commit 4707023a95
7 changed files with 6 additions and 5 deletions

View file

@ -22,6 +22,7 @@
#include "parser.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "internal.h"
struct MpvParseContext {