diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2007-09-29 15:20:22 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-09-29 15:20:22 +0000 |
commit | 8787d8377f8024f43b732f099a4ce36b9f1b717e (patch) | |
tree | 94753eb5f837977ce2f885e9cd194f08430d46fc /libavcodec/allcodecs.c | |
parent | 55ffe9df2acfc06236b139c5226d202f3cc5ef59 (diff) | |
download | ffmpeg-8787d8377f8024f43b732f099a4ce36b9f1b717e.tar.gz |
AMV video decoder.
Patch by Vladimir Voroshilov (voroshil - gmail - com)
Originally committed as revision 10617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index bd566a51fa..334a8e379e 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -61,6 +61,7 @@ void avcodec_register_all(void) /* video codecs */ REGISTER_DECODER (AASC, aasc); + REGISTER_DECODER (AMV, amv); REGISTER_ENCDEC (ASV1, asv1); REGISTER_ENCDEC (ASV2, asv2); REGISTER_DECODER (AVS, avs); |