OSDN Git Service

Add CODEC_ID_MP1.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Jan 2009 19:13:08 +0000 (19:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Jan 2009 19:13:08 +0000 (19:13 +0000)
Originally committed as revision 16580 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 3d3e244..dd36dc2 100644 (file)
@@ -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,