Skip to content

Commit

Permalink
Fix typo for 4:2:0 10 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jul 7, 2016
1 parent 7248181 commit 7f3fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/fourcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ static const struct
{ { VLC_CODEC_I420_12L,
VLC_CODEC_I420_12B }, PLANAR_16(3, 2, 2, 12) },
{ { VLC_CODEC_I420_10L,
VLC_CODEC_I420_10B }, PLANAR_16(3, 2, 2, 12) },
VLC_CODEC_I420_10B }, PLANAR_16(3, 2, 2, 10) },
{ { VLC_CODEC_I420_9L,
VLC_CODEC_I420_9B }, PLANAR_16(3, 2, 2, 9) },
{ { VLC_CODEC_I422_12L,
Expand Down

0 comments on commit 7f3fc11

Please sign in to comment.