summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_vc1.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 08:42:25 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:49:29 +0100
commit965cfc6684e00bd7d21295554f325ff62ce6669a (patch)
tree3ade9847c057b5c044f97ad3f5c958369074bd47 /libavcodec/dxva2_vc1.c
parent746e7102be97fd15c7d084f434835497e5c81e63 (diff)
avcodec/mpegvideo: Move decoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dxva2_vc1.c')
-rw-r--r--libavcodec/dxva2_vc1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dxva2_vc1.c b/libavcodec/dxva2_vc1.c
index f08ac8b5a0..5fd6957d0c 100644
--- a/libavcodec/dxva2_vc1.c
+++ b/libavcodec/dxva2_vc1.c
@@ -22,6 +22,7 @@
#include "dxva2_internal.h"
#include "mpegutils.h"
+#include "mpegvideodec.h"
#include "vc1.h"
#include "vc1data.h"