diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-09-10 23:10:53 +0200 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2011-04-04 01:29:40 +0200 |
commit | 3c9bfb336867ccd32a6e8490930961bcc14b3fdc (patch) | |
tree | e93acc28a82e12b674d6e583bf6ccb66590edca1 /libavcodec | |
parent | deff8a6d3a7020fdda7fdb3f80d0003b5f44279b (diff) | |
download | ffmpeg-3c9bfb336867ccd32a6e8490930961bcc14b3fdc.tar.gz |
add MicroDVD muxer and demuxer
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
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 6c7ec0e1c0..4659719a42 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -353,6 +353,7 @@ enum CodecID { CODEC_ID_HDMV_PGS_SUBTITLE, CODEC_ID_DVB_TELETEXT, CODEC_ID_SRT, + CODEC_ID_MICRODVD, /* other specific kind of codecs (generally used for attachments) */ CODEC_ID_TTF= 0x18000, |