diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2009-03-07 22:42:09 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-03-07 22:42:09 +0000 |
commit | 616e899c43aae243241369100d2b31c87aafe711 (patch) | |
tree | 2ea3e7feed58e7f121146e21d0f5e31db82d60d4 /libavcodec | |
parent | 0a71e78ce4947ccf553442dcc59578c1a20d169b (diff) | |
download | ffmpeg-616e899c43aae243241369100d2b31c87aafe711.tar.gz |
VQF demuxer
Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 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, |