# HG changeset patch # User cehoyos # Date 1257849634 0 # Node ID 9fcc27d1fe1f97b12947386dfc628f51237576a2 # Parent 762cbcb0e47f5967c43cf02df72450a04df1f884 100: Fix function parameters when calling create_vdp_decoder() from query_format(). diff -r 762cbcb0e47f -r 9fcc27d1fe1f libvo/vo_vdpau.c --- a/libvo/vo_vdpau.c Tue Nov 10 10:05:10 2009 +0000 +++ b/libvo/vo_vdpau.c Tue Nov 10 10:40:34 2009 +0000 @@ -1112,7 +1112,7 @@ 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;