Browse Source

fourcc: add description for VLC_CODEC_YUVA_444_10B

(cherry picked from commit 8888b173a0)
Signed-off-by: Marvin Scholz <epirat07@gmail.com>
cherry-pick-c5513cf9
Zhao Zhili 5 years ago
committed by Felix Paul Kühne
parent
commit
58bdf5c693
  1. 3
      src/misc/fourcc_list.h

3
src/misc/fourcc_list.h

@ -784,7 +784,8 @@ static const staticentry_t p_list_video[] = {
A("I40A"),
B(VLC_CODEC_YUV422A, "Planar YUV 4:2:2 Y:U:V:A"),
A("I42A"),
B(VLC_CODEC_YUVA_444_10L, "Planar YUV 4:4:4 Y:U:V:A 10bits"),
B(VLC_CODEC_YUVA_444_10L, "Planar YUV 4:4:4 Y:U:V:A 10bits LE"),
B(VLC_CODEC_YUVA_444_10B, "Planar YUV 4:4:4 Y:U:V:A 10bits BE"),
B(VLC_CODEC_YUVA_444_12L, "Planar YUV 4:4:4 Y:U:V:A 12bits LE"),
B(VLC_CODEC_YUVA_444_12B, "Planar YUV 4:4:4 Y:U:V:A 12bits BE"),

Loading…
Cancel
Save