OSDN Git Service

mpegtsenc: add flag to embed an AC-3 ES the DVB way
authorStefan Pöschel <basic.master@gmx.de>
Sat, 12 Dec 2015 19:26:38 +0000 (20:26 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 14 Dec 2015 14:16:33 +0000 (15:16 +0100)
commitdbce017913ce04966021a2f72e4f8fae5b4b7190
treeb15e38ec3c71e5e5ba9a59620c8ec52661deaa71
parentcc4c24208159200b7aff5b5c313903c7f23fa345
mpegtsenc: add flag to embed an AC-3 ES the DVB way

So far an AC-3 elementary stream is refered to in the PMT according to
System A (ATSC). However System B (DVB) has a different way to signal an AC-3
ES within the PMT. This different way can be enabled by a new flag. The flag is
more generally named 'system_b' as there are further differences between ATSC
and DVB (e.g. the signalling of E-AC-3) which should then also be covered by it
in the future.

Bug-Id: 73

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/mpegtsenc.c