diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-05-06 21:57:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-05-06 21:57:20 +0000 |
commit | a1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8 (patch) | |
tree | f3dca591ba9dc47c44b766093dadf7118b57462a /libavcodec/avcodec.h | |
parent | 89cb5cd25d2169db0f32b8542567ee62a37e2492 (diff) | |
download | ffmpeg-a1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8.tar.gz |
Add 8088flex TMV video decoder.
Patch by Daniel Verkamp name at drv ... nu.
Originally committed as revision 18765 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 e73240f024..42266735c8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -194,6 +194,7 @@ enum CodecID { CODEC_ID_AURA, CODEC_ID_AURA2, CODEC_ID_V210X, + CODEC_ID_TMV, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |