Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts mux: fix the copy-and-paste type (default value for AC-3 Detec…
…tion), fixes #2647
  • Loading branch information
perexg committed Jan 28, 2015
1 parent 927ebf2 commit e6d124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_mux.c
Expand Up @@ -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,
},
{}
Expand Down

0 comments on commit e6d124d

Please sign in to comment.