diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-02-06 19:14:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-02-06 19:14:16 +0000 |
commit | aad512b4ec0d6bef94bd692652c3934556b7e2fd (patch) | |
tree | ab79ff185a70e213f59a3ec8f254f42bd6544976 /libavcodec | |
parent | 7d4495dafec61c401ced3b4b55c333499c678bd9 (diff) | |
download | ffmpeg-aad512b4ec0d6bef94bd692652c3934556b7e2fd.tar.gz |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 416d8eaf34..497439b6ea 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -238,6 +238,7 @@ enum CodecID { CODEC_ID_DSICINAUDIO, CODEC_ID_IMC, CODEC_ID_MUSEPACK7, + CODEC_ID_MLP, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, |