[FFmpeg-cvslog] mpegvideo_enc: remove stray semicolon

Michael Niedermayer git at videolan.org
Tue Mar 19 14:04:41 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 19 13:44:53 2013 +0100| [ad985671986464015f3136ad6882ef232c19fc22] | committer: Michael Niedermayer

mpegvideo_enc: remove stray semicolon

Fixes CID991857
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 42e4154..dd66943 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -986,7 +986,7 @@ static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg)
     }
 
     if (pic_arg) {
-        if (!pic_arg->buf[0]);
+        if (!pic_arg->buf[0])
             direct = 0;
         if (pic_arg->linesize[0] != s->linesize)
             direct = 0;



More information about the ffmpeg-cvslog mailing list