view osdep/mplayer.exe.manifest @ 32678:c48020f894a2

Increase the bitrate range maximum value. This about quadruples the maximum from 24Mbit to to 100Mbit. Maybe use INT_MAX or something to not limit the user in any way? Original patch by Krishna Gadepalli and Debargha Mukherjee. Signed-off-by: Tobias Diedrich <ranma@google.com>
author ranma
date Thu, 06 Jan 2011 14:38:55 +0000
parents 480cdba9e480
children a6b7e61e4af1
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
        version="0.0.9.0"
        processorArchitecture="*"
        name="MPlayer - The Movie Player"
        type="win32"
    />
    <description>MPlayer - The Movie Player</description>
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="asInvoker"
                />
            </requestedPrivileges>
        </security>
    </trustInfo>
</assembly>