CID 1162772: Missing break (and typos fixed)
This commit is contained in:
+7
-6
@@ -593,14 +593,14 @@ DumpMPEGFeatures(uint8 features)
|
|||||||
printf(" Not supported\n");
|
printf(" Not supported\n");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
printf(" Supported, not scaleable\n");
|
printf(" Supported, not scalable\n");
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
printf(" Scaleable, common boost, "
|
printf(" Scalable, common boost, "
|
||||||
"cut scaling value\n");
|
"cut scaling value\n");
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
printf(" Scaleable, separate boost, "
|
printf(" Scalable, separate boost, "
|
||||||
"cut scaling value\n");
|
"cut scaling value\n");
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
@@ -648,13 +648,14 @@ DumpAC_3Features(uint8 features)
|
|||||||
printf(" Not supported\n");
|
printf(" Not supported\n");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
printf(" Supported, not scaleable\n");
|
printf(" Supported, not scalable\n");
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
printf(" Scaleable, common boost, "
|
printf(" Scalable, common boost, "
|
||||||
"cut scaling value\n");
|
"cut scaling value\n");
|
||||||
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
printf(" Scaleable, separate boost, "
|
printf(" Scalable, separate boost, "
|
||||||
"cut scaling value\n");
|
"cut scaling value\n");
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user