[FFmpeg-devel] [PATCH 03/11] ffserver_config: map ffserver options to AVOptions

Reynaldo H. Verdejo Pinochet reynaldo at osg.samsung.com
Wed Nov 26 23:22:42 CET 2014


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


More information about the ffmpeg-devel mailing list