diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-03 15:23:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-03 15:23:30 +0000 |
commit | 9686df2be543b740ec71e6ef633f312b8592813f (patch) | |
tree | 19f9d20b719c124cba7a6f878d0f84e1c0c82ed3 /libavcodec/avcodec.h | |
parent | 26ae363e06722389964dae79e1f19a0a7f66b6d0 (diff) | |
download | ffmpeg-9686df2be543b740ec71e6ef633f312b8592813f.tar.gz |
Delete unnecessary 'extern' keywords.
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 2afcce91db..1ee01c4866 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2972,7 +2972,7 @@ int av_picture_crop(AVPicture *dst, const AVPicture *src, 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. |