[vlc-commits] Fix typo for 4:2:0 10 bits
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 7 23:12:40 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 7 23:03:07 2016 +0200| [7f3fc1130320e9525eeb2eade00783ab6c9505eb] | committer: Jean-Baptiste Kempf
Fix typo for 4:2:0 10 bits
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f3fc1130320e9525eeb2eade00783ab6c9505eb
---
src/misc/fourcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index ac26309..251ff87 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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,
More information about the vlc-commits
mailing list