git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-06-24 00:56:27 +00:00
parent d6648864ba
commit c61e4925b1
1 changed files with 3 additions and 3 deletions

View File

@ -29,10 +29,10 @@
//the following 4 flags are not completly implemented
//internal chrominace subsamling info
#define SWS_FULL_CHR_H_INT 0x200
#define SWS_FULL_CHR_H_INT 0x2000
//input subsampling info
#define SWS_FULL_CHR_H_INP 0x400
#define SWS_DIRECT_BGR 0x800
#define SWS_FULL_CHR_H_INP 0x4000
#define SWS_DIRECT_BGR 0x8000
#define SWS_PRINT_INFO 0x1000