Commit 67a68dce authored by Mans Rullgard's avatar Mans Rullgard

af_channelmap: remove stray enum declaration

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 6b776c61
......@@ -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;
......
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