diff options
author | Christophe Thommeret <hftom@free.fr> | 2009-02-20 00:01:16 +0000 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2009-02-20 00:01:16 +0000 |
commit | 09c12deddb69c61f7aa8a3dbe67eacf9392ed8e1 (patch) | |
tree | ec068197abf95f999f1f49ed3fd56769e3220fd3 /src | |
parent | 88e51a20a8054d24abf2fe2e27ca35bc1adefdda (diff) | |
download | xine-lib-09c12deddb69c61f7aa8a3dbe67eacf9392ed8e1.tar.gz xine-lib-09c12deddb69c61f7aa8a3dbe67eacf9392ed8e1.tar.bz2 |
Set background color after pre-emption.
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_vdpau.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 8b4923266..1cdd61fee 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -1673,6 +1673,7 @@ static void vdpau_reinit( vo_driver_t *this_gen ) st = vdp_queue_create( vdp_device, vdp_queue_target, &vdp_queue ); if ( vdpau_reinit_error( st, "Can't create presentation queue !!" ) ) return; + vdp_queue_set_background_color( vdp_queue, &this->back_color ); VdpChromaType chroma = VDP_CHROMA_TYPE_420; |