summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-06-15 10:53:18 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-06-15 10:53:18 +0200
commitb1c450be49d9896ce4c96d04944f5f15e2ced028 (patch)
tree7653ca0f03952621c437add08c0547f60f8f142d /libavcodec/ac3enc.h
parent19b8c988286cbc827d6c0d2569ee88af323262f1 (diff)
downloadffmpeg-streaming-b1c450be49d9896ce4c96d04944f5f15e2ced028.zip
ffmpeg-streaming-b1c450be49d9896ce4c96d04944f5f15e2ced028.tar.gz
Fix "redundant redeclaration" warning.
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r--libavcodec/ac3enc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h
index 563dcd5..2d04f26 100644
--- a/libavcodec/ac3enc.h
+++ b/libavcodec/ac3enc.h
@@ -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,
OpenPOWER on IntegriCloud