comparison libvo/vo_aa.c @ 5027:0c7a6a9d2243

32bpp support not implemented - do not lie
author arpi
date Sun, 10 Mar 2002 17:46:22 +0000
parents 32e1f5042f65
children 302fe25185c4
comparison
equal deleted inserted replaced
5026:693b917ac916 5027:0c7a6a9d2243
371 * ...are we able to... ? 371 * ...are we able to... ?
372 * called by mplayer 372 * called by mplayer
373 */ 373 */
374 switch(format){ 374 switch(format){
375 case IMGFMT_YV12: 375 case IMGFMT_YV12:
376 case IMGFMT_RGB|24: 376 case IMGFMT_RGB24:
377 case IMGFMT_BGR|24: 377 case IMGFMT_BGR24:
378 case IMGFMT_RGB|32: 378 // case IMGFMT_RGB32:
379 case IMGFMT_BGR|32: 379 // case IMGFMT_BGR32:
380 return 1; 380 return 1;
381 } 381 }
382 return 0; 382 return 0;
383 } 383 }
384 384