[MPlayer-cvslog] r29872 - trunk/libvo/vo_vdpau.c

cehoyos subversion at mplayerhq.hu
Tue Nov 10 11:40:34 CET 2009


Author: cehoyos
Date: Tue Nov 10 11:40:34 2009
New Revision: 29872

Log:
100: Fix function parameters when calling create_vdp_decoder() from query_format().

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Tue Nov 10 11:05:10 2009	(r29871)
+++ trunk/libvo/vo_vdpau.c	Tue Nov 10 11:40:34 2009	(r29872)
@@ -1112,7 +1112,7 @@ static int query_format(uint32_t format)
     case IMGFMT_VDPAU_H264:
     case IMGFMT_VDPAU_WMV3:
     case IMGFMT_VDPAU_VC1:
-        if (create_vdp_decoder(image_format, vid_width, vid_height, 2))
+        if (create_vdp_decoder(format, 48, 48, 2))
             return default_flags;
     }
     return 0;


More information about the MPlayer-cvslog mailing list