[vlc-devel] commit: Remove trailing whitespace. (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 23:52:37 2008 +0100| [a8605343f0af4d128ee5570f20b94215bc3777a0]

Remove trailing whitespace.

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

 modules/stream_out/transcode.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/stream_out/transcode.c b/modules/stream_out/transcode.c
index 6ec1151..1f707cc 100644
--- a/modules/stream_out/transcode.c
+++ b/modules/stream_out/transcode.c
@@ -2250,7 +2250,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
             {
                 id->pp_filter[id->i_filter] =
                     transcode_video_filter_new( p_stream,
-                            &id->p_decoder->fmt_out, &id->p_encoder->fmt_in, 
+                            &id->p_decoder->fmt_out, &id->p_encoder->fmt_in,
                             p_sys->p_deinterlace_cfg,
                             p_sys->psz_deinterlace );
 
@@ -2291,13 +2291,13 @@ static int transcode_video_process( sout_stream_t *p_stream,
                 ( ( (int)id->p_decoder->fmt_out.video.i_width !=
                     p_sys->i_crop_width ) ||
                   ( p_sys->i_crop_width != p_sys->i_nopadd_width ) ||
-                  ( p_sys->i_nopadd_width != 
+                  ( p_sys->i_nopadd_width !=
                     (int)id->p_encoder->fmt_out.video.i_width ) ||
 
                   ( (int)id->p_decoder->fmt_out.video.i_height !=
                     p_sys->i_crop_height ) ||
                   ( p_sys->i_crop_height != p_sys->i_nopadd_height ) ||
-                  ( p_sys->i_nopadd_height != 
+                  ( p_sys->i_nopadd_height !=
                     (int)id->p_encoder->fmt_out.video.i_height ) ) )
             {
                 id->pp_filter[id->i_filter] =




More information about the vlc-devel mailing list