Commit 420169e5 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add PIX_FMT_VDPAU_H264.

Originally committed as revision 28281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 30f32a18
......@@ -452,6 +452,8 @@ const char *sws_format_name(enum PixelFormat format)
return "nv21";
case PIX_FMT_YUV440P:
return "yuv440p";
case PIX_FMT_VDPAU_H264:
return "vdpau_h264";
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