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:
authorDaniel Verkamp <daniel@drv.nu>2009-05-07 01:57:20 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-05-07 01:57:20 +0400
commita1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8 (patch)
treef3dca591ba9dc47c44b766093dadf7118b57462a /libavcodec/avcodec.h
parent89cb5cd25d2169db0f32b8542567ee62a37e2492 (diff)
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.h1
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,