[vlc-devel] commit: Fix i420_yuy2 chroma ( Rafaël Carré )

git version control git at videolan.org
Mon Jun 2 21:51:46 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jun  2 21:53:19 2008 +0200| [5b49b6b1456606c6f82cbaa79e5a0f9970364470]

Fix i420_yuy2 chroma

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

 modules/video_chroma/i420_yuy2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c
index 4aedfff..012ff1e 100644
--- a/modules/video_chroma/i420_yuy2.c
+++ b/modules/video_chroma/i420_yuy2.c
@@ -186,6 +186,7 @@ VIDEO_FILTER_WRAPPER( I420_YVYU )
 VIDEO_FILTER_WRAPPER( I420_UYVY )
 #if !defined (MODULE_NAME_IS_i420_yuy2_altivec)
 VIDEO_FILTER_WRAPPER( I420_IUYV )
+VIDEO_FILTER_WRAPPER( I420_cyuv )
 #endif
 #if defined (MODULE_NAME_IS_i420_yuy2)
 VIDEO_FILTER_WRAPPER( I420_Y211 )




More information about the vlc-devel mailing list