[vlc-devel] commit: Small indentation fix. (Jean-Paul Saman )

git version control git at videolan.org
Wed Mar 12 23:52:28 CET 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Wed Mar 12 22:49:44 2008 +0100| [d84cd8bb95d1cf575dd271f1250a17b29f459d62]

Small indentation fix.

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

 modules/codec/ffmpeg/scale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/ffmpeg/scale.c b/modules/codec/ffmpeg/scale.c
index b7e622f..f4032e1 100644
--- a/modules/codec/ffmpeg/scale.c
+++ b/modules/codec/ffmpeg/scale.c
@@ -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




More information about the vlc-devel mailing list