Skip to content
Snippets Groups Projects
Commit 67a68dce authored by Mans Rullgard's avatar Mans Rullgard
Browse files

af_channelmap: remove stray enum declaration


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 6b776c61
Branches
Tags
No related merge requests found
...@@ -124,7 +124,6 @@ static av_cold int channelmap_init(AVFilterContext *ctx, const char *args) ...@@ -124,7 +124,6 @@ static av_cold int channelmap_init(AVFilterContext *ctx, const char *args)
ChannelMapContext *s = ctx->priv; ChannelMapContext *s = ctx->priv;
int ret; int ret;
char *mapping; char *mapping;
enum mode;
int map_entries = 0; int map_entries = 0;
char buf[256]; char buf[256];
enum MappingMode mode; enum MappingMode mode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment