aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2009-09-10 18:49:25 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2009-09-10 18:49:25 +0000
commit223e8df13696b00d7dd3e32d195f08a279223d2f (patch)
treeb86d146726aedfda22113b08094ccc0c15c2a59f
parentd0b57c6f85fe9bdff377b45bf1f9faa8714d5eb5 (diff)
downloadffmpeg-223e8df13696b00d7dd3e32d195f08a279223d2f.tar.gz
Add ATRAC1 codec ID.
Originally committed as revision 19813 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a96726c9d6..fe1e060007 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -320,6 +320,7 @@ enum CodecID {
CODEC_ID_TWINVQ,
CODEC_ID_TRUEHD,
CODEC_ID_MP4ALS,
+ CODEC_ID_ATRAC1,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,