summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-29 19:58:36 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-29 19:58:36 +0000
commit41d566f09325a91b72b931f7a04af600445b1d25 (patch)
treeb5fffa9b14d329a5d1be77a15e15769609186453 /libvo
parent63dd151a4c888df649192625a8868e37a6ee9543 (diff)
downloadmpv-41d566f09325a91b72b931f7a04af600445b1d25.tar.bz2
mpv-41d566f09325a91b72b931f7a04af600445b1d25.tar.xz
10l: don't change image format during config
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9729 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index e2dffffdce..77ad14b736 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -1100,7 +1100,8 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
if (!nooverlay && Directx_CreateOverlay(image_format))
{
nooverlay=1; /*overlay creation failed*/
- mp_msg(MSGT_VO, MSGL_V,"<vo_directx><WARN>can't use overlay mode => switching to nonoverlay\n");
+ mp_msg(MSGT_VO, MSGL_FATAL,"<vo_directx><FATAL ERROR>can't use overlay mode: please use -vo directx:noaccel\n");
+ return 1;
}
if(nooverlay)
{