Skip to content
Snippets Groups Projects
Commit b1c450be authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Fix "redundant redeclaration" warning.

parent 19b8c988
No related branches found
No related tags found
No related merge requests found
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment