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:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-09 17:59:06 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-01-09 17:59:06 +0300
commitfc53b6afee7cdf1b9125d2c5a43f3fe879d85f24 (patch)
tree59702e5f2da9f289c6985a3a213602964716ad50 /libavcodec/wmv2enc.c
parent4b19045566d5b67be200eebb4eba577c865d133a (diff)
Split H263 encoder and decoder from common code.
Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmv2enc.c')
-rw-r--r--libavcodec/wmv2enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2enc.c b/libavcodec/wmv2enc.c
index 7143643594..84eedf3e43 100644
--- a/libavcodec/wmv2enc.c
+++ b/libavcodec/wmv2enc.c
@@ -23,6 +23,7 @@
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "msmpeg4data.h"
+#include "h263.h"
#include "wmv2.h"