lavc/libx264: minor format fix
Remove redundant semicolons Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
4d90a76986
commit
25a7dcf069
@ -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[i] = (int64_t)floor(mse * plane_size + .5);
|
||||
};
|
||||
}
|
||||
|
||||
errors = sse;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user