Skip to content

Commit b63a29c

Browse files
hrideshmgcanihavesomecoffee
authored andcommitted
fix: elementary stream regressions
1 parent 81fdecd commit b63a29c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/CHANGES.TXT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1.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

src/ccextractor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)