]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/aeval.c
avcodec/mpegvideo: fix edge emulation with uvlinesize below 25
[ffmpeg] / libavfilter / aeval.c
index 2790cee6f961e6be1a16dec74c0e22524ef62f4a..45629a98ea26c7c4671fef41b18cc07709741fc4 100644 (file)
@@ -105,7 +105,7 @@ static int parse_channel_expressions(AVFilterContext *ctx,
 {
     EvalContext *eval = ctx->priv;
     char *args1 = av_strdup(eval->exprs);
-    char *expr, *last_expr, *buf;
+    char *expr, *last_expr = NULL, *buf;
     double (* const *func1)(void *, double) = NULL;
     const char * const *func1_names = NULL;
     int i, ret = 0;