2017-11-28 1:46 GMT+01:00 Colin NG <[email protected]>: > + 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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
