Changeset a8605343f0af4d128ee5570f20b94215bc3777a0

Show
Ignore:
Timestamp:
12/03/08 23:52:37 (9 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1205362357 +0100
git-parent:

[14237d89c45640c29c3ee14f2d52bd40ff2fb92d]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1205362357 +0100
Message:

Remove trailing whitespace.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/transcode.c

    r14237d8 ra860534  
    22512251                id->pp_filter[id->i_filter] = 
    22522252                    transcode_video_filter_new( p_stream, 
    2253                             &id->p_decoder->fmt_out, &id->p_encoder->fmt_in,  
     2253                            &id->p_decoder->fmt_out, &id->p_encoder->fmt_in, 
    22542254                            p_sys->p_deinterlace_cfg, 
    22552255                            p_sys->psz_deinterlace ); 
     
    22922292                    p_sys->i_crop_width ) || 
    22932293                  ( p_sys->i_crop_width != p_sys->i_nopadd_width ) || 
    2294                   ( p_sys->i_nopadd_width !=  
     2294                  ( p_sys->i_nopadd_width != 
    22952295                    (int)id->p_encoder->fmt_out.video.i_width ) || 
    22962296 
     
    22982298                    p_sys->i_crop_height ) || 
    22992299                  ( p_sys->i_crop_height != p_sys->i_nopadd_height ) || 
    2300                   ( p_sys->i_nopadd_height !=  
     2300                  ( p_sys->i_nopadd_height != 
    23012301                    (int)id->p_encoder->fmt_out.video.i_height ) ) ) 
    23022302            {