avcodec/vc1: add break

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent e92c4076d6
commit c790f4284f
+1
View File
@@ -248,6 +248,7 @@ static int vop_dquant_decoding(VC1Context *v)
v->halfpq = 0;
return 0;
}
break;
default:
break; //Forbidden ?
}