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:
authorVitor Sessak <vitor1001@gmail.com>2009-03-08 01:42:09 +0300
committerVitor Sessak <vitor1001@gmail.com>2009-03-08 01:42:09 +0300
commit616e899c43aae243241369100d2b31c87aafe711 (patch)
tree2ea3e7feed58e7f121146e21d0f5e31db82d60d4 /libavcodec/avcodec.h
parent0a71e78ce4947ccf553442dcc59578c1a20d169b (diff)
VQF demuxer
Originally committed as revision 17866 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 0789d3caee..e57e50f009 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -309,6 +309,7 @@ enum CodecID {
CODEC_ID_EAC3,
CODEC_ID_SIPR,
CODEC_ID_MP1,
+ CODEC_ID_TWINVQ,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,