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/h263dec.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/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 3466027286..0812912f17 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -49,7 +49,7 @@
#include "msmpeg4.h"
#include "qpeldsp.h"
#include "thread.h"
-#include "wmv2.h"
+#include "wmv2dec.h"
static enum AVPixelFormat h263_get_format(AVCodecContext *avctx)
{