diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-06-15 10:53:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-06-15 10:53:18 +0200 |
commit | b1c450be49d9896ce4c96d04944f5f15e2ced028 (patch) | |
tree | 7653ca0f03952621c437add08c0547f60f8f142d /libavcodec | |
parent | 19b8c988286cbc827d6c0d2569ee88af323262f1 (diff) | |
download | ffmpeg-b1c450be49d9896ce4c96d04944f5f15e2ced028.tar.gz |
Fix "redundant redeclaration" warning.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3enc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h index 563dcd532e..2d04f26303 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, |