mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/dvdsubenc: remove duplicated ;
This commit is contained in:
parent
65c0b16961
commit
757218564d
@ -379,7 +379,7 @@ static int encode_dvd_subtitles(AVCodecContext *avctx,
|
||||
if (x2 > avctx->width || y2 > avctx->height) {
|
||||
av_log(avctx, AV_LOG_ERROR, "canvas_size(%d:%d) is too small(%d:%d) for render\n",
|
||||
avctx->width, avctx->height, x2, y2);
|
||||
ret = AVERROR(EINVAL);;
|
||||
ret = AVERROR(EINVAL);
|
||||
goto fail;
|
||||
}
|
||||
*q++ = 0x05;
|
||||
|
Loading…
Reference in New Issue
Block a user