mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
Originally committed as revision 20509 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -438,6 +438,12 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
|
|||||||
.log2_chroma_h = 1,
|
.log2_chroma_h = 1,
|
||||||
.flags = PIX_FMT_HWACCEL,
|
.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] = {
|
[PIX_FMT_RGB48BE] = {
|
||||||
.name = "rgb48be",
|
.name = "rgb48be",
|
||||||
.nb_channels = 3,
|
.nb_channels = 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user