]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_frei0r.c
avformat/mpegts: make sure mpegts_resync do not run out of the initially requested...
[ffmpeg] / libavfilter / vf_frei0r.c
index c775ed1d99620a1afc1d7cea79fccaf9ab359327..5d38405999d6cb65460e57b9f54f02e5cb3fe13d 100644 (file)
@@ -93,7 +93,7 @@ static int set_param(AVFilterContext *ctx, f0r_param_info_t info, int index, cha
         double d;
         f0r_param_color_t col;
         f0r_param_position_t pos;
-        f0r_param_string *str;
+        f0r_param_string str;
     } val;
     char *tail;
     uint8_t rgba[4];