10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6236 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-30 11:20:58 +00:00
parent 2b95bb17a1
commit e407e264df
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ static uint32_t draw_frame(uint8_t * src[]) {
static uint32_t query_format(uint32_t format) {
if(format==IMGFMT_YV12 || format==IMGFMT_YUY2)
return VFCAP_CSP_SUPPORTED|VFCAP_SUPPORTED_BY_HW;
return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW;
return 0;
}