summaryrefslogtreecommitdiff
path: root/libavcodec/dvdec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-23 11:54:41 +0200
committerAnton Khirnov <anton@khirnov.net>2022-09-05 08:09:00 +0200
commit7203bb6a59c55e853855b2e60e3fbc6d2f65dce1 (patch)
treef6563ebc1ea5955eab212bda5afd95ec3acfc057 /libavcodec/dvdec.c
parent828ec6ef4306d046749817fd6890e11f3289928b (diff)
lavc/dv.h: move encoder/decoder-specific code to a new header
dv.h is also used by libavformat, so avoid exposing encoder/decoder code to it.
Diffstat (limited to 'libavcodec/dvdec.c')
-rw-r--r--libavcodec/dvdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index 2622a7e0c5..994c53534e 100644
--- a/libavcodec/dvdec.c
+++ b/libavcodec/dvdec.c
@@ -44,6 +44,7 @@
#include "codec_internal.h"
#include "decode.h"
#include "dv.h"
+#include "dv_internal.h"
#include "dv_profile_internal.h"
#include "dvdata.h"
#include "get_bits.h"