[FFmpeg-devel] [FFmpeg-cvslog] lavf: more correct printf format specifiers

Michael Niedermayer michaelni at gmx.at
Wed Mar 12 05:08:49 CET 2014


On Wed, Mar 12, 2014 at 12:25:34AM +0100, Michael Niedermayer wrote:
> On Tue, Mar 11, 2014 at 09:43:15PM +0100, Clément Bœsch wrote:
> > On Tue, Mar 11, 2014 at 09:12:06PM +0100, Diego Biurrun wrote:
> > > ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar 10 15:35:59 2014 +0100| [d92024f18fa3d69937cb2575f3a8bf973df02430] | committer: Diego Biurrun
[...]

> > > @@ -289,7 +291,8 @@ static int read_header(AVFormatContext *s)
> > >  
> > >          default:
> > >  #define _(x) ((x) >= ' ' ? (x) : ' ')
> > > -            av_log(s, AV_LOG_WARNING, "skipping CAF chunk: %08X (%c%c%c%c)\n",
> > > +            av_log(s, AV_LOG_WARNING,
> > > +                   "skipping CAF chunk: %08"PRIX32" (%"PRIu8"%"PRIu8"%"PRIu8"%"PRIu8")\n",
> > 
> > This is really insane.
> 
> +1

reverted the %c changes

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140312/6bd8d976/attachment.asc>


More information about the ffmpeg-devel mailing list