diff options
author | Benjamin Otte <otte@gnome.org> | 2009-09-17 20:37:19 +0200 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-11-20 20:23:55 +0100 |
commit | 5a0134ea66f92649338f85c553a070e027606f3c (patch) | |
tree | 8c5de044016b5151d61ae91b53336058b28b89fe | |
parent | 132d162c1366e94173e6b90781a1ec418c454ae6 (diff) |
Remove wrong format from list
That format snuck itself in in a huge grep job when determining the
necessary formats.
-rw-r--r-- | pixman/pixman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h index e331229f..99addb23 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -694,7 +694,6 @@ typedef enum { // PIXMAN_iyu1 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) // PIXMAN_iyu2 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) // PIXMAN_iyuv = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) -// PIXMAN_ntsc = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) // PIXMAN_nv12 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) // PIXMAN_nv21 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) // PIXMAN_uynv = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0) |