mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-14 06:00:59 +00:00
added missing break statement (#987)
This commit is contained in:
parent
1fac910c3e
commit
466b50bca6
@ -1596,6 +1596,7 @@ static int write_dvb_sub(struct lib_cc_decode *dec_ctx, struct cc_subtitle *sub)
|
||||
{
|
||||
case 2:
|
||||
clut_table = clut->clut4;
|
||||
break;
|
||||
case 8:
|
||||
clut_table = clut->clut256;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user