mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'a0ad5d0113'
* commit 'a0ad5d0113':
vdpau: deprecate old codec-specific pixel formats
Conflicts:
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
4ee0984341
5 changed files with 17 additions and 1 deletions
|
|
@ -855,6 +855,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
|
|||
},
|
||||
.flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
|
||||
},
|
||||
#if FF_API_VDPAU
|
||||
[AV_PIX_FMT_VDPAU_H264] = {
|
||||
.name = "vdpau_h264",
|
||||
.log2_chroma_w = 1,
|
||||
|
|
@ -891,6 +892,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
|
|||
.log2_chroma_h = 1,
|
||||
.flags = AV_PIX_FMT_FLAG_HWACCEL,
|
||||
},
|
||||
#endif
|
||||
[AV_PIX_FMT_RGB48BE] = {
|
||||
.name = "rgb48be",
|
||||
.nb_components = 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue