ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sun Jan 29 13:10:20 
2023 +0100| [757218564dd50b462fab4cb6aa225d7bbdb2f94c] | committer: Paul B Mahol

avcodec/dvdsubenc: remove duplicated ;

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=757218564dd50b462fab4cb6aa225d7bbdb2f94c
---

 libavcodec/dvdsubenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dvdsubenc.c b/libavcodec/dvdsubenc.c
index 0874aaa02d..d272b57675 100644
--- a/libavcodec/dvdsubenc.c
+++ b/libavcodec/dvdsubenc.c
@@ -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;

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to