diff options
| author | Julian Scheel <julian@jusst.de> | 2008-12-03 09:12:49 +0000 |
|---|---|---|
| committer | Julian Scheel <julian@jusst.de> | 2008-12-03 09:12:49 +0000 |
| commit | d7f27cc26932ea2a82176c2bd2cbed41e20c4788 (patch) | |
| tree | c6d178bec825a58a1596fb117d9d3641a17f8da5 /src/video_out | |
| parent | 5a19f1e70d16c67e389e32a261d9a139d3c75ff1 (diff) | |
| download | xine-lib-d7f27cc26932ea2a82176c2bd2cbed41e20c4788.tar.gz xine-lib-d7f27cc26932ea2a82176c2bd2cbed41e20c4788.tar.bz2 | |
Decodes one picture, but does not display it.
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 7d5da96c1..210c804f3 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -478,7 +478,7 @@ static void vdpau_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) /*printf( "out_dest = %d %d %d %d - vid_dest = %d %d %d %d\n", out_dest.x0, out_dest.y0, out_dest.x1, out_dest.y1, vid_dest.x0, vid_dest.y0, vid_dest.x1, vid_dest.y1 );*/ st = vdp_video_mixer_render( this->video_mixer, VDP_INVALID_HANDLE, 0, VDP_VIDEO_MIXER_PICTURE_STRUCTURE_FRAME, - 0, 0, surface, 0, 0, &vid_source, this->output_surface, &out_dest, &vid_dest, 0, 0 ); + 0, VDP_INVALID_HANDLE, surface, 0, VDP_INVALID_HANDLE, &vid_source, this->output_surface, &out_dest, &vid_dest, 0, 0 ); if ( st != VDP_STATUS_OK ) printf( "vo_vdpau: vdp_video_mixer_render error : %s\n", vdp_get_error_string( st ) ); |
