[vlc-devel] commit: Remove trailing space. (Antoine Cellerier )

git version control git at videolan.org
Sun Aug 24 15:57:40 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 24 15:36:05 2008 +0200| [38babcb12a0e7db908cee23f8c657c4ff7c9cc3c] | committer: Antoine Cellerier 

Remove trailing space.

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

 modules/codec/avcodec/chroma.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index 26794b0..51f0c7b 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -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;




More information about the vlc-devel mailing list