summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-01-13 19:13:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-01-13 19:13:08 +0000
commit7f507b2d9eff1811bedd08bf27a9a4c198d0a599 (patch)
tree0aa2c40197bd2a62fa2ebb8c4de7753b6add05c2 /libavcodec/avcodec.h
parented0879eda95c3cdce861216f82f6a3f0bae6d042 (diff)
Add CODEC_ID_MP1.
Originally committed as revision 16580 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 3d3e2448a7..dd36dc2886 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -309,6 +309,7 @@ enum CodecID {
CODEC_ID_ATRAC3P,
CODEC_ID_EAC3,
CODEC_ID_SIPR,
+ CODEC_ID_MP1,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,