lavc/libx264: minor format fix
Remove redundant semicolons Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
@@ -725,7 +725,7 @@ static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame,
|
|||||||
|
|
||||||
/* SSE = MSE * width * height / scale -> because of possible chroma downsampling */
|
/* SSE = MSE * width * height / scale -> because of possible chroma downsampling */
|
||||||
sse[i] = (int64_t)floor(mse * plane_size + .5);
|
sse[i] = (int64_t)floor(mse * plane_size + .5);
|
||||||
};
|
}
|
||||||
|
|
||||||
errors = sse;
|
errors = sse;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user