diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-26 22:25:37 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-27 13:06:43 +0100 |
commit | 67a68dcec2271336c859d1fbd8f40c268f54ec8a (patch) | |
tree | 6058458afc0a0d969a05eb254b8dba88b74e21a6 /libavfilter/af_channelmap.c | |
parent | 6b776c61da26428ca67abec919c8a186a276ca66 (diff) | |
download | ffmpeg-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c index 8c49d10386..f70b48102c 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; |