mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02: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,
|
.log2_chroma_h = 0,
|
||||||
.comp = {
|
.comp = {
|
||||||
{ 0, 2, 0, 0, 8, 1, 7, 1 }, /* Y */
|
{ 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, 3, 0, 8, 3, 7, 4 }, /* U */
|
||||||
|
{ 0, 4, 1, 0, 8, 3, 7, 2 }, /* V */
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[AV_PIX_FMT_RGB24] = {
|
[AV_PIX_FMT_RGB24] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user