Commit b1c450be authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix "redundant redeclaration" warning.

parent 19b8c988
...@@ -243,8 +243,6 @@ typedef struct AC3EncodeContext { ...@@ -243,8 +243,6 @@ typedef struct AC3EncodeContext {
} AC3EncodeContext; } AC3EncodeContext;
extern const int64_t ff_ac3_channel_layouts[19];
int ff_ac3_encode_init(AVCodecContext *avctx); int ff_ac3_encode_init(AVCodecContext *avctx);
int ff_ac3_encode_frame(AVCodecContext *avctx, unsigned char *frame, int ff_ac3_encode_frame(AVCodecContext *avctx, unsigned char *frame,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment