diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-04-12 15:29:09 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-11 17:25:06 +0200 |
commit | 9aa91043f30cee1419555c0e299c94e655b0930a (patch) | |
tree | e23eebbd991525cbd3dafca3698f5f0fe886c443 /libavformat | |
parent | b44c8ad280c221691560ae9625421416e20c483f (diff) | |
download | ffmpeg-9aa91043f30cee1419555c0e299c94e655b0930a.tar.gz |
Port SMPTE S302M audio decoder from FFmbc 0.3.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mpegts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 3130eb9ff5..cdefb84864 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -524,6 +524,7 @@ static const StreamType MISC_types[] = { static const StreamType REGD_types[] = { { MKTAG('d','r','a','c'), AVMEDIA_TYPE_VIDEO, CODEC_ID_DIRAC }, { MKTAG('A','C','-','3'), AVMEDIA_TYPE_AUDIO, CODEC_ID_AC3 }, + { MKTAG('B','S','S','D'), AVMEDIA_TYPE_AUDIO, CODEC_ID_S302M }, { 0 }, }; |