File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
1.0 (to be released)
2
2
-----------------
3
+ - Fix: Elementary stream regressions
3
4
- Fix: Segmentation faults on XDS files
4
5
- Fix: Clippy Errors Based on Rust 1.88
5
6
- IMPROVEMENT: Refactor and optimize Dockerfile
Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ int api_start(struct ccx_s_options api_options)
183
183
----------------------------------------------------------------- */
184
184
switch (stream_mode )
185
185
{
186
+ // Note: This case is meant to fall through
186
187
case CCX_SM_ELEMENTARY_OR_NOT_FOUND :
187
188
if (!api_options .use_gop_as_pts ) // If !0 then the user selected something
188
189
api_options .use_gop_as_pts = 1 ; // Force GOP timing for ES
189
190
ccx_common_timing_settings .is_elementary_stream = 1 ;
190
- break ;
191
191
case CCX_SM_TRANSPORT :
192
192
case CCX_SM_PROGRAM :
193
193
case CCX_SM_ASF :
You can’t perform that action at this time.
0 commit comments