Skip to content

Commit 4e1044e

Browse files
cfsmp3claude
andcommitted
style: Fix clang-format issue in ts_functions.c
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c835c57 commit 4e1044e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib_ccx/ts_functions.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,7 @@ void look_for_caption_data(struct ccx_demuxer *ctx, struct ts_payload *payload)
409409

410410
mprint("PID %u detected as video stream (no PAT/PMT) - assuming %s.\n",
411411
payload->pid,
412-
stream_type == CCX_STREAM_TYPE_VIDEO_H264 ? "H.264" :
413-
(stream_type == CCX_STREAM_TYPE_VIDEO_HEVC ? "HEVC" : "MPEG-2"));
412+
stream_type == CCX_STREAM_TYPE_VIDEO_H264 ? "H.264" : (stream_type == CCX_STREAM_TYPE_VIDEO_HEVC ? "HEVC" : "MPEG-2"));
414413

415414
// Register this PID as a video stream that may contain captions
416415
update_capinfo(ctx, payload->pid, stream_type, CCX_CODEC_ATSC_CC, 0, NULL);

0 commit comments

Comments
 (0)