[Ffmpeg-devel] [PATCH] support S302M streams in MPEG TS
Stefan Gehrer
stefan.gehrer
Sat Dec 2 10:11:22 CET 2006
Baptiste Coudurier wrote:
> Hi
>
> $subject. Sample: s302m.m2t on mplayerhq.
>
[snip]
> @@ -436,9 +438,12 @@
> } else if(desc_tag == 0x7B) {
> /* DVB DTS audio */
> stream_type = STREAM_TYPE_AUDIO_DTS;
> + } else if(desc_tag == 0x05) {
> + /* registration descriptor */
> + if (BE_32(p) == 0x42535344)
> + stream_type = STREAM_TYPE_AUDIO_S302M;
> }
>
Hey, this looks like a fourcc in MPEG TS. 'BSSD', anyone?
Maybe Bastard Smpte Stream Descriptor?
:)
Stefan
More information about the ffmpeg-devel
mailing list