Commit ba42096d authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'e336c51e'

* commit 'e336c51e':
  pixdesc: Consistently order components
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents d5f8a642 e336c51e
......@@ -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] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment