Changeset a8605343f0af4d128ee5570f20b94215bc3777a0
- 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
| r14237d8 |
ra860534 |
|
| 2251 | 2251 | id->pp_filter[id->i_filter] = |
|---|
| 2252 | 2252 | 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, |
|---|
| 2254 | 2254 | p_sys->p_deinterlace_cfg, |
|---|
| 2255 | 2255 | p_sys->psz_deinterlace ); |
|---|
| … | … | |
| 2292 | 2292 | p_sys->i_crop_width ) || |
|---|
| 2293 | 2293 | ( p_sys->i_crop_width != p_sys->i_nopadd_width ) || |
|---|
| 2294 | | ( p_sys->i_nopadd_width != |
|---|
| | 2294 | ( p_sys->i_nopadd_width != |
|---|
| 2295 | 2295 | (int)id->p_encoder->fmt_out.video.i_width ) || |
|---|
| 2296 | 2296 | |
|---|
| … | … | |
| 2298 | 2298 | p_sys->i_crop_height ) || |
|---|
| 2299 | 2299 | ( p_sys->i_crop_height != p_sys->i_nopadd_height ) || |
|---|
| 2300 | | ( p_sys->i_nopadd_height != |
|---|
| | 2300 | ( p_sys->i_nopadd_height != |
|---|
| 2301 | 2301 | (int)id->p_encoder->fmt_out.video.i_height ) ) ) |
|---|
| 2302 | 2302 | { |
|---|