mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
MSGTR_NoWfvSupport fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2007 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d3bea8d6be
commit
ce3f7f5477
@ -238,7 +238,7 @@ switch(sh_video->codec->driver){
|
||||
case VFM_VFW:
|
||||
case VFM_DSHOW:
|
||||
case VFM_VFWEX:
|
||||
mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_NoWin32Support);
|
||||
mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_NoWfvSupport);
|
||||
return 0;
|
||||
#endif /* !USE_WIN32DLL */
|
||||
case VFM_ODIVX: { // OpenDivX
|
||||
|
Loading…
Reference in New Issue
Block a user