On Tue, Jun 07, 2011 at 08:43:22AM -0400, Justin Ruggles wrote: > On 06/07/2011 08:23 AM, Diego Biurrun wrote: > > > > --- a/libavcodec/vorbisdec.c > > +++ b/libavcodec/vorbisdec.c > > @@ -20,6 +20,7 @@ > > > > +#include <inttypes.h> > > #include <math.h> > > hmmm. this seems unrelated.
No, it is required for... > > @@ -1089,6 +1090,9 @@ static int vorbis_floor0_decode(vorbis_context *vc, > > > > + av_dlog(NULL, "floor0 synth: map_size = %"PRIu32"; m = %d; > > wstep = %f\n", > > + vf->map_size[blockflag], order, wstep); ... the PRIu32 printf conversion specifier. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
