[FFmpeg-devel] [PATCH 2/2] doc/examples: add audio decoding/filtering example.

Andrey Utkin andrey.krieger.utkin at gmail.com
Tue Feb 21 15:46:42 CET 2012


2012/2/20 Clément Bœsch <ubitux at gmail.com>:
> +    snprintf(args, sizeof(args), "%d:%d:0x%"PRIx64":packed",
> +             dec_ctx->sample_rate, dec_ctx->sample_fmt, dec_ctx->channel_layout);

Why not just %"PRIu64"?

-- 
Andrey Utkin


More information about the ffmpeg-devel mailing list