[vlc-commits] i420_yuy2: I420 and YV12 are not the same
Jean-Baptiste Kempf
git at videolan.org
Sun Jan 25 19:37:16 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 25 09:03:24 2015 +0100| [c0ac9ea369d1da6c16b2f4786c106ca25707e814] | committer: Jean-Baptiste Kempf
i420_yuy2: I420 and YV12 are not the same
Close #12858
(cherry picked from commit a711c1aef72c62ba40c7a0d37f67567e61ba2622)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=c0ac9ea369d1da6c16b2f4786c106ca25707e814
---
modules/video_chroma/i420_yuy2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c
index 5457f95..cd99dd6 100644
--- a/modules/video_chroma/i420_yuy2.c
+++ b/modules/video_chroma/i420_yuy2.c
@@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this )
switch( p_filter->fmt_in.video.i_chroma )
{
- case VLC_CODEC_YV12:
+// case VLC_CODEC_YV12: FIXME invert U and V in the filters :)
case VLC_CODEC_I420:
switch( p_filter->fmt_out.video.i_chroma )
{
More information about the vlc-commits
mailing list