[SCM] libav/experimental: Warning fix.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:32:43 UTC 2013


The following commit has been merged in the experimental branch:
commit 6b765cd276a1395cc33a361cd07ab418520c2b9f
Author: Falk Hüffner <mellum at users.sourceforge.net>
Date:   Fri Jul 12 12:41:32 2002 +0000

    Warning fix.
    
    Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c
index d5cb0f5..5beb47e 100644
--- a/libavcodec/mjpeg.c
+++ b/libavcodec/mjpeg.c
@@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
             }
         }
  not_the_end:
+	;
     }
  the_end:
     return buf_ptr - buf;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list