Mercurial > mplayer.hg
view osdep/mplayer.exe.manifest @ 32129:10d9bda4b56f
swscale-test: take input from reference file
If the CRC from the src->dst conversion matches a reference, it is not
necessary to perform a dst->yuva420p conversion and check the SSD.
author | ramiro |
---|---|
date | Sun, 12 Sep 2010 18:16:33 +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>