summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-26 22:25:37 +0100
committerMans Rullgard <mans@mansr.com>2012-10-27 13:06:43 +0100
commit67a68dcec2271336c859d1fbd8f40c268f54ec8a (patch)
tree6058458afc0a0d969a05eb254b8dba88b74e21a6 /libavfilter/af_channelmap.c
parent6b776c61da26428ca67abec919c8a186a276ca66 (diff)
downloadffmpeg-streaming-67a68dcec2271336c859d1fbd8f40c268f54ec8a.zip
ffmpeg-streaming-67a68dcec2271336c859d1fbd8f40c268f54ec8a.tar.gz
af_channelmap: remove stray enum declaration
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter/af_channelmap.c')
-rw-r--r--libavfilter/af_channelmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index 8c49d10..f70b481 100644
--- a/libavfilter/af_channelmap.c
+++ b/libavfilter/af_channelmap.c
@@ -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;
OpenPOWER on IntegriCloud