vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jan  7 
14:58:52 2013 +0100| [d7ed8b548d76eb1761e14a5a26c3344600a6d24a] | committer: 
Jean-Baptiste Kempf

YUVA 4:2:0:4 is not YUVA :)

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

 modules/video_chroma/i422_i420.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_chroma/i422_i420.c b/modules/video_chroma/i422_i420.c
index c21e47d..3c7d606 100644
--- a/modules/video_chroma/i422_i420.c
+++ b/modules/video_chroma/i422_i420.c
@@ -92,7 +92,7 @@ static int Activate( vlc_object_t *p_this )
                     p_filter->pf_video_filter = I422_YV12_Filter;
                     break;
 
-                case VLC_CODEC_YUVA:
+                case VLC_CODEC_YUV420A:
                     p_filter->pf_video_filter = I422_YUVA_Filter;
                     break;
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to