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 111.0 (to be released)
22-----------------
3+ - Fix: Elementary stream regressions
34- Fix: Segmentation faults on XDS files
45- Fix: Clippy Errors Based on Rust 1.88
56- 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)
183183 ----------------------------------------------------------------- */
184184 switch (stream_mode )
185185 {
186+ // Note: This case is meant to fall through
186187 case CCX_SM_ELEMENTARY_OR_NOT_FOUND :
187188 if (!api_options .use_gop_as_pts ) // If !0 then the user selected something
188189 api_options .use_gop_as_pts = 1 ; // Force GOP timing for ES
189190 ccx_common_timing_settings .is_elementary_stream = 1 ;
190- break ;
191191 case CCX_SM_TRANSPORT :
192192 case CCX_SM_PROGRAM :
193193 case CCX_SM_ASF :
You can’t perform that action at this time.
0 commit comments