Loading media/libstagefright/webm/WebmWriter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ uint64_t WebmWriter::estimateCuesSize(int32_t bitRate) { // Max file size limit is set if (mMaxFileSizeLimitBytes != 0 && mIsFileSizeLimitExplicitlyRequested) { size = mMaxFileSizeLimitBytes * 6 / 1000; size = mMaxFileSizeLimitBytes / 1000 * 6; } // Max file duration limit is set Loading Loading
media/libstagefright/webm/WebmWriter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ uint64_t WebmWriter::estimateCuesSize(int32_t bitRate) { // Max file size limit is set if (mMaxFileSizeLimitBytes != 0 && mIsFileSizeLimitExplicitlyRequested) { size = mMaxFileSizeLimitBytes * 6 / 1000; size = mMaxFileSizeLimitBytes / 1000 * 6; } // Max file duration limit is set Loading