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/avcodec.h | |
parent | 55ffe9df2acfc06236b139c5226d202f3cc5ef59 (diff) | |
download | ffmpeg-streaming-8787d8377f8024f43b732f099a4ce36b9f1b717e.zip ffmpeg-streaming-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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 638b42d..8e6944e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -167,6 +167,7 @@ enum CodecID { CODEC_ID_PTX, CODEC_ID_TXD, CODEC_ID_VP6A, + CODEC_ID_AMV, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |