Commit b2e1c822 authored by cehoyos's avatar cehoyos

Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will

be used by MPlayer.

Original patch by NVIDIA corporation.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28322 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 621b61ea
......@@ -454,6 +454,10 @@ const char *sws_format_name(enum PixelFormat format)
return "yuv440p";
case PIX_FMT_VDPAU_H264:
return "vdpau_h264";
case PIX_FMT_VDPAU_MPEG1:
return "vdpau_mpeg1";
case PIX_FMT_VDPAU_MPEG2:
return "vdpau_mpeg2";
default:
return "Unknown format";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment