mirror of https://git.ffmpeg.org/ffmpeg.git
af_channelmap: remove stray enum declaration
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
6b776c61da
commit
67a68dcec2
|
@ -124,7 +124,6 @@ static av_cold int channelmap_init(AVFilterContext *ctx, const char *args)
|
|||
ChannelMapContext *s = ctx->priv;
|
||||
int ret;
|
||||
char *mapping;
|
||||
enum mode;
|
||||
int map_entries = 0;
|
||||
char buf[256];
|
||||
enum MappingMode mode;
|
||||
|
|
Loading…
Reference in New Issue