comparison libmpcodecs/img_format.h @ 10742:794b55a44528

basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
author alex
date Sun, 31 Aug 2003 20:45:06 +0000
parents fdc349b9bd1d
children 229079491864
comparison
equal deleted inserted replaced
10741:fec729835823 10742:794b55a44528
42 #define IMGFMT_IYUV 0x56555949 42 #define IMGFMT_IYUV 0x56555949
43 #define IMGFMT_CLPL 0x4C504C43 43 #define IMGFMT_CLPL 0x4C504C43
44 #define IMGFMT_Y800 0x30303859 44 #define IMGFMT_Y800 0x30303859
45 #define IMGFMT_Y8 0x20203859 45 #define IMGFMT_Y8 0x20203859
46 #define IMGFMT_NV12 0x3231564E 46 #define IMGFMT_NV12 0x3231564E
47 #define IMGFMT_NV21 0x3132564E
47 48
48 /* unofficial Planar Formats, FIXME if official 4CC exists */ 49 /* unofficial Planar Formats, FIXME if official 4CC exists */
49 #define IMGFMT_444P 0x50343434 50 #define IMGFMT_444P 0x50343434
50 #define IMGFMT_422P 0x50323234 51 #define IMGFMT_422P 0x50323234
51 #define IMGFMT_411P 0x50313134 52 #define IMGFMT_411P 0x50313134