mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 22:40:23 +00:00
Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'
* commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b': pixdesc: Consistently order components Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
ba42096d9a
@ -161,8 +161,8 @@ static const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
|
||||
.log2_chroma_h = 0,
|
||||
.comp = {
|
||||
{ 0, 2, 0, 0, 8, 1, 7, 1 }, /* Y */
|
||||
{ 0, 4, 1, 0, 8, 3, 7, 2 }, /* V */
|
||||
{ 0, 4, 3, 0, 8, 3, 7, 4 }, /* U */
|
||||
{ 0, 4, 1, 0, 8, 3, 7, 2 }, /* V */
|
||||
},
|
||||
},
|
||||
[AV_PIX_FMT_RGB24] = {
|
||||
|
Loading…
Reference in New Issue
Block a user