Commit 8a157c83 authored by cehoyos's avatar cehoyos

Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20509 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f659dbf3
......@@ -438,6 +438,12 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
.log2_chroma_h = 1,
.flags = PIX_FMT_HWACCEL,
},
[PIX_FMT_VDPAU_MPEG4] = {
.name = "vdpau_mpeg4",
.log2_chroma_w = 1,
.log2_chroma_h = 1,
.flags = PIX_FMT_HWACCEL,
},
[PIX_FMT_RGB48BE] = {
.name = "rgb48be",
.nb_channels = 3,
......
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