[vlc-devel] commit: Typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jun 5 19:03:50 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Jun 5 20:05:34 2008 +0300| [b11eefc487ea5da71db21a775b3de3e0214d7188]
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b11eefc487ea5da71db21a775b3de3e0214d7188
---
modules/video_chroma/i420_yuy2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c
index 012ff1e..d9ffebe 100644
--- a/modules/video_chroma/i420_yuy2.c
+++ b/modules/video_chroma/i420_yuy2.c
@@ -253,7 +253,7 @@ static void I420_YUY2( filter_t *p_filter, picture_t *p_source,
{
/* Line 1 and 2, pixels 0 to ( width - 16 ) */
VEC_NEXT_LINES( );
- for( i_x = p_fiter->fmt_in.video.i_width / 32 ; i_x-- ; )
+ for( i_x = p_filter->fmt_in.video.i_width / 32 ; i_x-- ; )
{
VEC_LOAD_UV( );
VEC_MERGE( vec_mergeh );
More information about the vlc-devel
mailing list