comparison imgconvert_template.h @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
819 #endif /* defined(FMT_RGB24) || defined(FMT_RGBA32) */ 819 #endif /* defined(FMT_RGB24) || defined(FMT_RGBA32) */
820 820
821 #ifdef RGBA_IN 821 #ifdef RGBA_IN
822 822
823 static int glue(get_alpha_info_, RGB_NAME)(const AVPicture *src, 823 static int glue(get_alpha_info_, RGB_NAME)(const AVPicture *src,
824 int width, int height) 824 int width, int height)
825 { 825 {
826 const unsigned char *p; 826 const unsigned char *p;
827 int src_wrap, ret, x, y; 827 int src_wrap, ret, x, y;
828 unsigned int r, g, b, a; 828 unsigned int r, g, b, a;
829 829