2017-11-28 1:46 GMT+01:00 Colin NG <colin...@hotmail.com>: > + char tmp_str[MAX_URL_SIZE]; > + char tmp_str_2[MAX_URL_SIZE];
Assuming this is not speed-critical code, please also allocate these two with av_malloc(), FFmpeg can be compiled for systems with tiny stack. Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel