]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Mux AC3 again
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 8 Feb 2008 13:46:17 +0000 (13:46 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 8 Feb 2008 13:46:17 +0000 (13:46 +0000)
tsmux.c

diff --git a/tsmux.c b/tsmux.c
index d59ca83287503b4a9faef88f1226deb0ebb80f34..ca9999669476318a1f5ffc46eb62ba11dd79e3b3 100644 (file)
--- 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;