# HG changeset patch # User arpi # Date 1015782382 0 # Node ID 0c7a6a9d2243b3b7abad36a7a106ef99b8a70b68 # Parent 693b917ac9160346df2f1934fc7ca8adb265f774 32bpp support not implemented - do not lie diff -r 693b917ac916 -r 0c7a6a9d2243 libvo/vo_aa.c --- a/libvo/vo_aa.c Sun Mar 10 15:47:01 2002 +0000 +++ b/libvo/vo_aa.c Sun Mar 10 17:46:22 2002 +0000 @@ -373,10 +373,10 @@ */ switch(format){ case IMGFMT_YV12: - case IMGFMT_RGB|24: - case IMGFMT_BGR|24: - case IMGFMT_RGB|32: - case IMGFMT_BGR|32: + case IMGFMT_RGB24: + case IMGFMT_BGR24: +// case IMGFMT_RGB32: +// case IMGFMT_BGR32: return 1; } return 0;