forked from FFmpeg/FFmpeg
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
hardware. Original patch by NVIDIA corporation. Originally committed as revision 29885 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
70e0c871eb
commit
8cbcb1c732
1 changed files with 2 additions and 0 deletions
|
@ -459,6 +459,8 @@ const char *sws_format_name(enum PixelFormat format)
|
|||
return "vdpau_wmv3";
|
||||
case PIX_FMT_VDPAU_VC1:
|
||||
return "vdpau_vc1";
|
||||
case PIX_FMT_VDPAU_MPEG4:
|
||||
return "vdpau_mpeg4";
|
||||
case PIX_FMT_YUV420P16LE:
|
||||
return "yuv420p16le";
|
||||
case PIX_FMT_YUV422P16LE:
|
||||
|
|
Loading…
Add table
Reference in a new issue