lavc/libx264: minor format fix

Remove redundant semicolons

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
release/7.1
Jun Zhao 7 months ago committed by Jun Zhao
parent 4d90a76986
commit 25a7dcf069
  1. 2
      libavcodec/libx264.c

@ -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…
Cancel
Save