On 1/21/2015 3:36 PM, Rodger Combs wrote:
> -            const char *number_format = DASH_TMPL_ID_TIME ? "lld" : "d";
> +            const char *number_format = (id_type == DASH_TMPL_ID_TIME) ? 
> "lld" : "d";

Why not inttypes.h format?

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to