diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-10-11 14:49:59 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-10-28 14:54:14 -0700 |
commit | ca65932bbf2a4851838f84456050e2972091950d (patch) | |
tree | 41e607720cf8c91489873e6ddc578cb8d4176388 /libavformat/isom.h | |
parent | c5302670244bd587d6ff3b6e8ef73451d1c01211 (diff) | |
download | ffmpeg-ca65932bbf2a4851838f84456050e2972091950d.tar.gz |
mpegts: MP4 SL support
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 04edb1f1cf..e6d04dc526 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -153,6 +153,7 @@ void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id); #define MP4ESDescrTag 0x03 #define MP4DecConfigDescrTag 0x04 #define MP4DecSpecificDescrTag 0x05 +#define MP4SLDescrTag 0x06 int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom); enum CodecID ff_mov_get_lpcm_codec_id(int bps, int flags); |