Changeset 3d7de4a73de2b8b580064c547b409a0ec785dd9a

Show
Ignore:
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
  • modules/video_output/fb.c

    re96eb74 r3d7de4a  
    484484    I_OUTPUTPICTURES = 0; 
    485485 
     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 
    486490    p_vout->fmt_out = p_vout->fmt_in; 
    487491    if( p_sys->i_chroma == 0 )