You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix "redundant redeclaration" warning.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user