mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 14:17:46 +00:00
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28344 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d46ae7fddb
commit
3ba07a9843
@ -458,6 +458,10 @@ const char *sws_format_name(enum PixelFormat format)
|
||||
return "vdpau_mpeg1";
|
||||
case PIX_FMT_VDPAU_MPEG2:
|
||||
return "vdpau_mpeg2";
|
||||
case PIX_FMT_VDPAU_WMV3:
|
||||
return "vdpau_wmv3";
|
||||
case PIX_FMT_VDPAU_VC1:
|
||||
return "vdpau_vc1";
|
||||
default:
|
||||
return "Unknown format";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user