OSDN Git Service

Fix "redundant redeclaration" warning.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 15 Jun 2011 08:53:18 +0000 (10:53 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 15 Jun 2011 08:53:18 +0000 (10:53 +0200)
libavcodec/ac3enc.h

index 563dcd5..2d04f26 100644 (file)
@@ -243,8 +243,6 @@ typedef struct AC3EncodeContext {
 } AC3EncodeContext;
 
 
-extern const int64_t ff_ac3_channel_layouts[19];
-
 int ff_ac3_encode_init(AVCodecContext *avctx);
 
 int ff_ac3_encode_frame(AVCodecContext *avctx, unsigned char *frame,