Mercurial > mplayer.hg
changeset 5027:0c7a6a9d2243
32bpp support not implemented - do not lie
author | arpi |
---|---|
date | Sun, 10 Mar 2002 17:46:22 +0000 |
parents | 693b917ac916 |
children | ddc28e9aa726 |
files | libvo/vo_aa.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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;