[FFmpeg-devel] [PATCH 2/2] doc/examples: add audio decoding/filtering example.
Clément Bœsch
ubitux at gmail.com
Tue Feb 21 15:53:43 CET 2012
On Tue, Feb 21, 2012 at 04:46:42PM +0200, Andrey Utkin wrote:
> 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"?
>
See
http://source.ffmpeg.org/?p=ffmpeg.git;a=commitdiff;h=6e6bdeb137e1b89598f1be19a83a30fd8fb6b7f1
This is due to the av_get_channel_layout() recent change.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120221/5b14d8f9/attachment.asc>
More information about the ffmpeg-devel
mailing list