]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mpegts mux: fix the copy-and-paste type (default value for AC-3 Detection), fixes...
authorJaroslav Kysela <perex@perex.cz>
Wed, 28 Jan 2015 19:59:38 +0000 (20:59 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 28 Jan 2015 19:59:38 +0000 (20:59 +0100)
src/input/mpegts/mpegts_mux.c

index f2aaa4cf0e6aa88e58ff49b0a203bdad4fb770b6..8ced5871f011d57cc05a6819f3fb82e7beb96962 100644 (file)
@@ -563,7 +563,7 @@ const idclass_t mpegts_mux_class =
       .id       = "pmt_06_ac3",
       .name     = "AC-3 Detection",
       .off      = offsetof(mpegts_mux_t, mm_pmt_ac3),
-      .def.i    = MM_EPG_ENABLE,
+      .def.i    = MM_AC3_STANDARD,
       .list     = mpegts_mux_ac3_list,
     },
     {}