Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118436 | Differences between
and this patch

Collapse All | Expand All

(-)demux_ts.c (-2 / +2 lines)
Lines 1300-1307 Link Here
1300
		else if ((p[0] & 0xF0) == 0x80)
1300
		else if ((p[0] & 0xF0) == 0x80)
1301
		{
1301
		{
1302
			mp_msg(MSGT_DEMUX, MSGL_DBG2, "A52 WITH HEADER\n");
1302
			mp_msg(MSGT_DEMUX, MSGL_DBG2, "A52 WITH HEADER\n");
1303
			es->start   = p+4;
1303
			es->start   = p;
1304
			es->size    = packet_len - 4;
1304
			es->size    = packet_len;
1305
			es->type    = AUDIO_A52;
1305
			es->type    = AUDIO_A52;
1306
			es->payload_size -= packet_len;
1306
			es->payload_size -= packet_len;
1307
1307

Return to bug 118436