Loading media/libstagefright/ACodec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -2313,7 +2313,6 @@ static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { return 0; } OMX_U32 ret = frameRate * iFramesInterval; CHECK(ret > 1); return ret; } Loading media/libstagefright/OMXCodec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -994,7 +994,6 @@ static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { return 0; } OMX_U32 ret = frameRate * iFramesInterval - 1; CHECK(ret > 1); return ret; } Loading Loading
media/libstagefright/ACodec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -2313,7 +2313,6 @@ static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { return 0; } OMX_U32 ret = frameRate * iFramesInterval; CHECK(ret > 1); return ret; } Loading
media/libstagefright/OMXCodec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -994,7 +994,6 @@ static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { return 0; } OMX_U32 ret = frameRate * iFramesInterval - 1; CHECK(ret > 1); return ret; } Loading