[FFmpeg-cvslog] af_channelmap: remove stray enum declaration
Mans Rullgard
git at videolan.org
Sun Oct 28 13:28:22 CET 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Oct 26 22:25:37 2012 +0100| [67a68dcec2271336c859d1fbd8f40c268f54ec8a] | committer: Mans Rullgard
af_channelmap: remove stray enum declaration
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67a68dcec2271336c859d1fbd8f40c268f54ec8a
---
libavfilter/af_channelmap.c | 1 -
1 file changed, 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list