]> git.sesse.net Git - vlc/commitdiff
Small indentation fix.
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 12 Mar 2008 21:49:44 +0000 (22:49 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 12 Mar 2008 22:51:39 +0000 (23:51 +0100)
modules/codec/ffmpeg/scale.c

index b7e622f014fa0657d6453317d243228b0f00fbbe..f4032e14abdc7469dc9aa418ee7ebf7b58e3997f 100644 (file)
@@ -53,7 +53,7 @@
 #include "ffmpeg.h"
 
 /* Version checking */
-#if ( (defined(HAVE_LIBSWSCALE_SWSCALE_H)  || defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)) && (LIBSWSCALE_VERSION_INT >= ((0<<16)+(5<<8)+0)) )
+#if ( (defined(HAVE_LIBSWSCALE_SWSCALE_H) || defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)) && (LIBSWSCALE_VERSION_INT >= ((0<<16)+(5<<8)+0)) )
 
 /*****************************************************************************
  * filter_sys_t : filter descriptor