[FFmpeg-devel] [PATCH] avformat/dashenc: fix format string generation

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Jan 21 16:43:09 CET 2015


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


More information about the ffmpeg-devel mailing list