aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/get_buffer.c
diff options
context:
space:
mode:
authorJeffrey Knockel <jeff@jeffreyknockel.com>2024-01-14 10:08:55 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2024-01-16 01:34:57 +0100
commit0e20146db032cfd14524c038e5f963b993961095 (patch)
treee2209262af34d41cae04b14aefd017da8c6cb73c /libavcodec/get_buffer.c
parent278fea3664f328eadc1050c7d54b12c5bc7f0e74 (diff)
downloadffmpeg-0e20146db032cfd14524c038e5f963b993961095.tar.gz
avutil/pixfmt: fix AV_PIX_FMT_RGB8 description
Previously AV_PIX_FMT_RGB8 was documented as "RGB 3:3:2, (msb)2R 3G 3B(lsb)". While the RGB 3:3:2 part is correct, the latter part should be: (msb)3R 3G 2B(lsb). This commit also updates the format's pixdesc description to be (msb)3R 3G 2B(lsb). Signed-off-by: Jeffrey Knockel <jeff@jeffreyknockel.com> Reviewed-by: "Diederick C. Niehorster" <dcnieho@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/get_buffer.c')
0 files changed, 0 insertions, 0 deletions