view loader/ext.h @ 15445:6c2bae3ac404

wording fix by diego(tm) added x264 option subq (necessary to apply patches ;) ) 1.949: Replace duplicate and wrong -sws parameter description with a pointer. 1.950: macosx vo 1.951: On a Mac, option is Alt, the keys with the Apple logo are called command. 1.952: macosx 1.953: expose x264 options 'me' and 'me_range'. 1.954: documented twolameopts 1.955: updated t[wo]olameopts's psycho range 1.956: Add border masking support for lavc 1.957: 10l and more precise description of border_mask 1.958: Nits - better description for border_mask 1.959: vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encoding colorspace hack 1.960: wording/spelling
author kraymer
date Fri, 13 May 2005 22:29:07 +0000
parents f5537cc95b02
children 0783dd397f74
line wrap: on
line source

/*
 * Modified for use with MPlayer, detailed CVS changelog at
 * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 * $Id$
 */

#ifndef loader_ext_h
#define loader_ext_h

#include "wine/windef.h"

extern LPVOID FILE_dommap( int unix_handle, LPVOID start,
			   DWORD size_high, DWORD size_low,
			   DWORD offset_high, DWORD offset_low,
			   int prot, int flags );
extern int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low );
extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);
extern int __vprintf( const char *format, ... );

#endif