comparison libmpcodecs/mp_image.h @ 32702:7af3e6f901fd

Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
author cehoyos
date Fri, 14 Jan 2011 22:10:21 +0000
parents 2b390c08ed07
children a93891202051
comparison
equal deleted inserted replaced
32701:02bc7c860503 32702:7af3e6f901fd
89 // Doesn't need any buffer, incomplete image (probably a first field only) 89 // Doesn't need any buffer, incomplete image (probably a first field only)
90 // we need this type to be able to differentiate between half frames and 90 // we need this type to be able to differentiate between half frames and
91 // all other cases 91 // all other cases
92 #define MP_IMGTYPE_INCOMPLETE 6 92 #define MP_IMGTYPE_INCOMPLETE 6
93 93
94 #define MP_MAX_PLANES 4 94 #define MP_MAX_PLANES 4
95 95
96 #define MP_IMGFIELD_ORDERED 0x01 96 #define MP_IMGFIELD_ORDERED 0x01
97 #define MP_IMGFIELD_TOP_FIRST 0x02 97 #define MP_IMGFIELD_TOP_FIRST 0x02
98 #define MP_IMGFIELD_REPEAT_FIRST 0x04 98 #define MP_IMGFIELD_REPEAT_FIRST 0x04
99 #define MP_IMGFIELD_TOP 0x08 99 #define MP_IMGFIELD_TOP 0x08