diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-11-01 11:58:44 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-08 00:36:45 +0200 |
commit | f545e0067751b764917be53520d233db1bbb945d (patch) | |
tree | 7ff1a33c2286d9bd9b6ee99c440d01c6baa518ec /libavcodec/avcodec.h | |
parent | 44729bc0204fd8bdc29c234fc663229e44420b09 (diff) | |
download | ffmpeg-f545e0067751b764917be53520d233db1bbb945d.tar.gz |
BMV demuxer and decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index eda1fab9ce..f169bec37e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -219,6 +219,7 @@ enum CodecID { CODEC_ID_G729, #endif CODEC_ID_UTVIDEO, + CODEC_ID_BMV_VIDEO, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs @@ -359,6 +360,7 @@ enum CodecID { CODEC_ID_8SVX_EXP, CODEC_ID_8SVX_FIB, #endif + CODEC_ID_BMV_AUDIO, /* subtitle codecs */ CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |