comparison oggparsevorbis.c @ 4058:dcdf236c9909 libavformat

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 6cd006bc2de9
children 01e54ebe6ef7
comparison
equal deleted inserted replaced
4057:bf23e96cf362 4058:dcdf236c9909
28 #include "libavcodec/bitstream.h" 28 #include "libavcodec/bitstream.h"
29 #include "libavcodec/bytestream.h" 29 #include "libavcodec/bytestream.h"
30 #include "avformat.h" 30 #include "avformat.h"
31 #include "oggdec.h" 31 #include "oggdec.h"
32 32
33 extern int 33 int
34 vorbis_comment(AVFormatContext * as, uint8_t *buf, int size) 34 vorbis_comment(AVFormatContext * as, uint8_t *buf, int size)
35 { 35 {
36 const uint8_t *p = buf; 36 const uint8_t *p = buf;
37 const uint8_t *end = buf + size; 37 const uint8_t *end = buf + size;
38 unsigned s, n, j; 38 unsigned s, n, j;