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-01 08:59:11 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 17:28:17 +0300
commit78087da47c6715602e60949e0004d3c1b5f95039 (patch)
tree6f492f130a439e224c71242861742877599d515b /libavcodec/wmv2dec.c
parentcc90478967431d046b2d930a60be15e81c7d0e12 (diff)
avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/wmv2dec.c')
-rw-r--r--libavcodec/wmv2dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c
index f9d91f9571..ddf68545fc 100644
--- a/libavcodec/wmv2dec.c
+++ b/libavcodec/wmv2dec.c
@@ -32,6 +32,7 @@
#include "simple_idct.h"
#include "wmv2.h"
#include "wmv2data.h"
+#include "wmv2dec.h"
typedef struct WMV2DecContext {
MpegEncContext s;