On Fri, Apr 29, 2011 at 11:17 AM, Diego Biurrun <[email protected]> wrote: > int/unsigned is the natural memory access type for CPUs, using sized types > for temporary variables, counters and similar just increases code size and > can possibly cause a slowdown. > --- > libavcodec/vorbis.c | 9 +- > libavcodec/vorbis.h | 2 +- > libavcodec/vorbisdec.c | 227 > +++++++++++++++++++++++------------------------- > 3 files changed, 113 insertions(+), 125 deletions(-) >
OK _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
