summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4_unpack_bframes_bsf.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-28 13:09:19 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-02 11:55:21 +0200
commit500bbd584db8c9f1944aa9c6a31eb94ac5822cd9 (patch)
tree022219df7c0e03d00043dcc51f2f0988c8b1c65b /libavcodec/mpeg4_unpack_bframes_bsf.c
parentc421000434b01a9c5cebe44e483d9e206d3ab3df (diff)
downloadffmpeg-500bbd584db8c9f1944aa9c6a31eb94ac5822cd9.tar.gz
avcodec/mpeg4video: Factor non-codec stuff out into a header of its own
This avoids including mpegvideo.h in mpeg4_unpack_bframes_bsf.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpeg4_unpack_bframes_bsf.c')
-rw-r--r--libavcodec/mpeg4_unpack_bframes_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4_unpack_bframes_bsf.c b/libavcodec/mpeg4_unpack_bframes_bsf.c
index 5493dafa97..3a3aad795f 100644
--- a/libavcodec/mpeg4_unpack_bframes_bsf.c
+++ b/libavcodec/mpeg4_unpack_bframes_bsf.c
@@ -21,7 +21,7 @@
#include "bsf.h"
#include "bsf_internal.h"
-#include "mpeg4video.h"
+#include "mpeg4videodefs.h"
#include "startcode.h"
typedef struct UnpackBFramesBSFContext {