Removing unused code.
Review URL: https://webrtc-codereview.appspot.com/349008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1442 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -696,18 +696,6 @@ WebRtc_Word32 VideoFilePlayerImpl::SetUpVideoDecoder()
|
||||
return -1;
|
||||
}
|
||||
|
||||
if(strncmp(video_codec_info_.plName, "MP4V-ES", 8) == 0)
|
||||
{
|
||||
if(_videoDecoder.SetCodecConfigParameters(
|
||||
video_codec_info_.plType,
|
||||
video_codec_info_.codecSpecific.MPEG4.configParameters,
|
||||
video_codec_info_.codecSpecific.MPEG4.configParametersSize) !=
|
||||
0)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
_frameLengthMS = 1000/video_codec_info_.maxFramerate;
|
||||
|
||||
// Size of unencoded data (I420) should be the largest possible frame size
|
||||
|
||||
Reference in New Issue
Block a user