mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
3155716677
commit
dd6308addd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user