Changeset 46d8d47a755832d9153d40825eefdfd5cd4737f5

Show
Ignore:
Timestamp:
21/10/05 00:21:20 (3 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1129846880 +0000
git-parent:

[9e2ad0759021e6a1a698efa15ab912b8763233b8]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1129846880 +0000
Message:

* I think this should fix the width & height params of vout. If anyone sees anything wrong with it, please say so. Report thx to Greg Farell. fixes #399

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/video_output/video_output.c

    ra8a7362 r46d8d47  
    299299    var_Create( p_vout, "mouse-clicked", VLC_VAR_INTEGER ); 
    300300 
     301    var_Create( p_vout, "height", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT ); 
     302    var_Create( p_vout, "width", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT ); 
     303 
    301304    /* Initialize subpicture unit */ 
    302305    p_vout->p_spu = spu_Create( p_vout );