From 7bc327cbf351256e50fbf1c4b3439f4586d2b425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 8 Feb 2008 13:46:17 +0000 Subject: [PATCH] Mux AC3 again --- tsmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsmux.c b/tsmux.c index d59ca832..ca999966 100644 --- a/tsmux.c +++ b/tsmux.c @@ -644,11 +644,11 @@ ts_muxer_init(th_subscription_t *s, ts_mux_output_t *output, tms->tms_sc = 0x1c0; st->st_vbv_delay = 45000; break; -#if 0 case HTSTV_AC3: tms->tms_sc = 0x1bd; st->st_vbv_delay = 50000; break; +#if 0 case HTSTV_H264: tms->tms_muxoffset = 900000; tms->tms_sc = 0x1e0;