fix clang error

This commit is contained in:
jwwang 2014-02-06 11:37:42 +08:00
parent 94bd097fcf
commit f2aaffbb72

View File

@ -163,6 +163,9 @@ bool BaseDecoderTest::DecodeNextFrame(Callback* cbk) {
decodeStatus_ = End;
break;
}
case OpenFile:
case End:
break;
}
return false;
}