comparison avcodec.h @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents d3d0d9cc0e50
children f93efc084e41
comparison
equal deleted inserted replaced
8249:5057047bcc52 8250:cf4d575b1982
2970 * Pad image. 2970 * Pad image.
2971 */ 2971 */
2972 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt, 2972 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt,
2973 int padtop, int padbottom, int padleft, int padright, int *color); 2973 int padtop, int padbottom, int padleft, int padright, int *color);
2974 2974
2975 extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v); 2975 unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
2976 2976
2977 /** 2977 /**
2978 * Parses \p str and put in \p width_ptr and \p height_ptr the detected values. 2978 * Parses \p str and put in \p width_ptr and \p height_ptr the detected values.
2979 * 2979 *
2980 * @return 0 in case of a successful parsing, a negative value otherwise 2980 * @return 0 in case of a successful parsing, a negative value otherwise