[vlc-devel] commit: Fixed a typo. (Laurent Aimar )
git version control
git at videolan.org
Sun Jul 27 23:29:49 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 27 23:31:48 2008 +0200| [bf6e5c38d03322a50de112f53ed8ac0349951f3f]
Fixed a typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf6e5c38d03322a50de112f53ed8ac0349951f3f
---
modules/video_filter/swscale.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/swscale.c b/modules/video_filter/swscale.c
index f52f927..21bf21b 100644
--- a/modules/video_filter/swscale.c
+++ b/modules/video_filter/swscale.c
@@ -463,7 +463,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
}
else
{
- Convert( p_sys->ctx, p_pic_dst, p_pic, p_fmti, 3, 1 );
+ Convert( p_sys->ctxA, p_pic_dst, p_pic, p_fmti, 3, 1 );
}
}
More information about the vlc-devel
mailing list