]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_channelmap.c
lavfi: remove yuvcsp and yvu9 libmpcodecs wrappers
[ffmpeg] / libavfilter / af_channelmap.c
index 6e3f021f100b226c75c7608dc85bca920b5c95f3..57ad0e0ff75253cd4fb1e05e50c15655b54e41e4 100644 (file)
@@ -125,7 +125,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;