Changeset 3fea2a271e33863a96438f8695c9e4783b641436
- Timestamp:
- 20/12/07 12:47:22
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1198151242 +0000
- git-parent:
[c2915c44fa16dd6ae9c02bebb0492e91a53b4dd1]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1198151242 +0000
- Message:
Remove excess/trailing whitespace
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2739cd4 |
r3fea2a2 |
|
| 688 | 688 | p_sys->p_vout->i_alignment = p_vout->i_alignment; |
|---|
| 689 | 689 | } |
|---|
| 690 | | |
|---|
| 691 | 690 | return i_ret; |
|---|
| 692 | 691 | } |
|---|
| r552e595 |
r3fea2a2 |
|
| 1520 | 1520 | xvmc_context_reader_unlock( &p_vout->p_sys->xvmc_lock ); |
|---|
| 1521 | 1521 | #endif |
|---|
| 1522 | | |
|---|
| | 1522 | |
|---|
| 1523 | 1523 | #ifdef HAVE_OSSO |
|---|
| 1524 | 1524 | if ( p_vout->p_sys->p_octx != NULL ) { |
|---|
| … | … | |
| 1535 | 1535 | } |
|---|
| 1536 | 1536 | #endif |
|---|
| 1537 | | |
|---|
| | 1537 | |
|---|
| 1538 | 1538 | vlc_mutex_unlock( &p_vout->p_sys->lock ); |
|---|
| 1539 | 1539 | return 0; |
|---|
| r256878b |
r3fea2a2 |
|
| 195 | 195 | if( ( p_vout->fmt_render.i_width != p_fmt->i_width ) || |
|---|
| 196 | 196 | ( p_vout->fmt_render.i_height != p_fmt->i_height ) || |
|---|
| 197 | | |
|---|
| 198 | 197 | ( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) || |
|---|
| 199 | 198 | p_vout->b_filter_change ) |
|---|