comparison vidix/fourcc.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents 82216ef041e0
children a93e46adb54c
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
77 #define IMGFMT_UYVP vid_fourcc('U','Y','V','P') /* 24 U0Y0V0Y1 */ 77 #define IMGFMT_UYVP vid_fourcc('U','Y','V','P') /* 24 U0Y0V0Y1 */
78 78
79 /* Vendor-specific formats */ 79 /* Vendor-specific formats */
80 #define IMGFMT_WNVA vid_fourcc('W','N','V','A') /* Winnov hw compress */ 80 #define IMGFMT_WNVA vid_fourcc('W','N','V','A') /* Winnov hw compress */
81 81
82 #endif 82 #endif /* FOURCC_H */