Changeset e2f3f6cbd61a2ba03139afed34e1f4a55e017b70

Show
Ignore:
Timestamp:
06/06/07 12:13:16 (1 year ago)
Author:
Dennis van Amerongen <trax@videolan.org>
git-committer:
Dennis van Amerongen <trax@videolan.org> 1181124796 +0000
git-parent:

[46c62accfc36a9e7e8ab4d47984a02374102e416]

git-author:
Dennis van Amerongen <trax@videolan.org> 1181124796 +0000
Message:

* modules/video_output/msw/direct3d.c: typo adpater -> adapter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/msw/direct3d.c

    re754ada re2f3f6c  
    918918                    case D3DFMT_R5G6B5: 
    919919                    case D3DFMT_X1R5G5B5: 
    920                         msg_Dbg( p_vout, "defaulting to adpater pixel format"); 
     920                        msg_Dbg( p_vout, "defaulting to adapter pixel format"); 
    921921                        return Direct3DVoutSelectFormat(p_vout, target, &d3ddm.Format, 1); 
    922922                    default: