added missing break statement (#987)

This commit is contained in:
atrottmann 2018-05-31 18:45:23 +02:00 committed by Carlos Fernandez Sanz
parent 1fac910c3e
commit 466b50bca6

View File

@ -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;