CID 1162772: Missing break (and typos fixed)

This commit is contained in:
Philippe Saint-Pierre
2014-07-15 14:46:27 -04:00
parent fcd2bfb773
commit 37b6c4337c
+7 -6
View File
@@ -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;