diff avcodec.h @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents d3d0d9cc0e50
children f93efc084e41
line wrap: on
line diff
--- a/avcodec.h	Wed Dec 03 03:34:31 2008 +0000
+++ b/avcodec.h	Wed Dec 03 15:23:30 2008 +0000
@@ -2972,7 +2972,7 @@
 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt,
             int padtop, int padbottom, int padleft, int padright, int *color);
 
-extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
+unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
 
 /**
  * Parses \p str and put in \p width_ptr and \p height_ptr the detected values.