diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-09 14:59:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-09 14:59:06 +0000 |
commit | fc53b6afee7cdf1b9125d2c5a43f3fe879d85f24 (patch) | |
tree | 59702e5f2da9f289c6985a3a213602964716ad50 /libavcodec/h263dec.c | |
parent | 4b19045566d5b67be200eebb4eba577c865d133a (diff) | |
download | ffmpeg-fc53b6afee7cdf1b9125d2c5a43f3fe879d85f24.tar.gz |
Split H263 encoder and decoder from common code.
Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index c3837b7371..a4d95321d1 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -29,6 +29,7 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" +#include "h263.h" #include "h263_parser.h" #include "mpeg4video_parser.h" #include "msmpeg4.h" |