]> git.sesse.net Git - vlc/commitdiff
Remove trailing space.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Aug 2008 13:36:05 +0000 (15:36 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Aug 2008 14:02:04 +0000 (16:02 +0200)
modules/codec/avcodec/chroma.h

index 26794b01563dda38b02c3500745957262868adf7..51f0c7b139b37561294abc73d848582763d048fb 100644 (file)
@@ -114,7 +114,7 @@ static inline int GetFfmpegChroma( int *i_ffmpeg_chroma, const video_format_t fm
         if( chroma_table[i].i_chroma == fmt.i_chroma )
         {
             if( chroma_table[i].i_rmask == fmt.i_rmask &&
-                chroma_table[i].i_gmask == fmt.i_gmask && 
+                chroma_table[i].i_gmask == fmt.i_gmask &&
                 chroma_table[i].i_bmask == fmt.i_bmask )
             {
                 *i_ffmpeg_chroma = chroma_table[i].i_chroma_id;