Hi On 11/21/2014 09:16 PM, Lukasz Marek wrote: > [...] > @@ -497,6 +500,14 @@ static int ffserver_save_avoption(const char *opt, const > char *arg, int type, FF > return 0; > } > > +static int ffserver_save_avoption_int(const char *opt, int64_t arg, > + int type, FFServerConfig *config) > +{ > + char buf[30];
char buf[20] should be plenty considering INT64_MAX. Feel free to push after this minor fix unless someone else holds you. Bests, -- Reynaldo H. Verdejo Pinochet Open Source Group Samsung Research America / Silicon Valley _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel