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:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-02-24 02:30:41 +0300
committerBenjamin Larsson <banan@ludd.ltu.se>2008-02-24 02:30:41 +0300
commit7bb8d51c1f17823f27e680b70dd18246bf6731ee (patch)
tree14f84da339dd61760a7d1d2da168d774e6eb8bb3 /libavcodec
parent4411cb11f89972b95f0c4db70d7466ba7104388d (diff)
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers.
Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8870fded3f..e1128e565b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -276,6 +276,8 @@ enum CodecID {
CODEC_ID_NELLYMOSER,
CODEC_ID_MUSEPACK8,
CODEC_ID_SPEEX,
+ CODEC_ID_WMAVOICE,
+ CODEC_ID_WMAPRO,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,