Commit 38babcb1 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing space.

parent bd83a7c2
...@@ -114,7 +114,7 @@ static inline int GetFfmpegChroma( int *i_ffmpeg_chroma, const video_format_t fm ...@@ -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_chroma == fmt.i_chroma )
{ {
if( chroma_table[i].i_rmask == fmt.i_rmask && 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 ) chroma_table[i].i_bmask == fmt.i_bmask )
{ {
*i_ffmpeg_chroma = chroma_table[i].i_chroma_id; *i_ffmpeg_chroma = chroma_table[i].i_chroma_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment