Browse Source

af_channelmap: remove stray enum declaration

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.1
Mans Rullgard 13 years ago
parent
commit
67a68dcec2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/af_channelmap.c

+ 0
- 1
libavfilter/af_channelmap.c View File

@@ -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;


Loading…
Cancel
Save