mpegts mux: fix the copy-and-paste type (default value for AC-3 Detection), fixes #2647
This commit is contained in:
parent
927ebf2f0f
commit
e6d124d110
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
{}
|
||||
|
|
Loading…
Add table
Reference in a new issue