Adding missing break in media_file_utility.cc.
There has been no reports of problems, but adding this to get it correct. Review URL: https://webrtc-codereview.appspot.com/19599004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6322 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0cdcd23a03
commit
19fc09efba
@ -2521,6 +2521,7 @@ int32_t ModuleFileUtility::FileDurationMs(const char* fileName,
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
case kFileFormatPreencodedFile:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user