From e6d124d110ca2858e837b3810354ee8981b98b28 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 28 Jan 2015 20:59:38 +0100 Subject: [PATCH] mpegts mux: fix the copy-and-paste type (default value for AC-3 Detection), fixes #2647 --- src/input/mpegts/mpegts_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mpegts/mpegts_mux.c b/src/input/mpegts/mpegts_mux.c index f2aaa4cf..8ced5871 100644 --- a/src/input/mpegts/mpegts_mux.c +++ b/src/input/mpegts/mpegts_mux.c @@ -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, }, {}