Changeset 3d7de4a73de2b8b580064c547b409a0ec785dd9a
- Timestamp:
- 02/07/08 16:48:19
(7 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1202399299 +0000
- git-parent:
[dfb52d9e8fe073926241cce109aa9a4e77332d1f]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1202399299 +0000
- Message:
Define proper size of output.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re96eb74 |
r3d7de4a |
|
| 484 | 484 | I_OUTPUTPICTURES = 0; |
|---|
| 485 | 485 | |
|---|
| | 486 | p_vout->output.i_width = p_vout->render.i_width; |
|---|
| | 487 | p_vout->output.i_height = p_vout->render.i_height; |
|---|
| | 488 | p_vout->output.i_aspect = p_vout->render.i_aspect; |
|---|
| | 489 | |
|---|
| 486 | 490 | p_vout->fmt_out = p_vout->fmt_in; |
|---|
| 487 | 491 | if( p_sys->i_chroma == 0 ) |
|---|