vlc | branch: master | Jean-Baptiste Kempf <j...@videolan.org> | Sun Jan 25 
09:03:24 2015 +0100| [a711c1aef72c62ba40c7a0d37f67567e61ba2622] | committer: 
Jean-Baptiste Kempf

i420_yuy2: I420 and YV12 are not the same

Close #12858

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a711c1aef72c62ba40c7a0d37f67567e61ba2622
---

 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 )
             {

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to