Skip to content

Commit e220db9

Browse files
authored
Merge pull request #8 from Rahul-2k4/copilot/fix-issue-447
Fix formatting for --split-dvb-subs implementation
2 parents 0a0c375 + ce13a92 commit e220db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/dvb_subtitle_decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ struct ccx_decoders_dvb_context *dvb_init_decoder(struct dvb_config *cfg, int in
582582
}
583583

584584
dvb_ctx->private_data = ctx;
585-
dvb_ctx->cfg = NULL; // Config values are copied into DVBSubContext, don't store pointer
585+
dvb_ctx->cfg = NULL; // Config values are copied into DVBSubContext, don't store pointer
586586
dvb_ctx->initialized_ocr = initialized_ocr;
587587

588588
return dvb_ctx;

0 commit comments

Comments
 (0)