Some cosmetic/comment fixes.

Change-Id: Id0613f84cc53fcbeceb913c835a262451687e27b
This commit is contained in:
Urvang Joshi
2012-11-07 16:04:08 -08:00
parent 60b2651a8c
commit 7caab1d8f6
5 changed files with 10 additions and 10 deletions

View File

@ -802,9 +802,9 @@ static int Process(const WebPMuxConfig* config) {
if (!ok) goto Err2;
switch (feature->type_) {
case FEATURE_ANMF:
case FEATURE_FRGM:
ok = GetFrameFragment(mux, config,
(feature->type_ == FEATURE_ANMF) ? 1 : 0);
case FEATURE_FRGM:
ok = GetFrameFragment(mux, config,
(feature->type_ == FEATURE_ANMF) ? 1 : 0);
break;
case FEATURE_ICCP: