On Fri, Apr 29, 2011 at 04:08:20PM +0200, Diego Biurrun wrote:
> The _fast integer types provide no realworld benefits, but may introduce
> portability issues and are just plain ugly.
> ---
>  libavcodec/cavs.h      |   11 ++--
>  libavcodec/cavsdata.h  |    8 +-
>  libavcodec/ffv1.c      |   31 ++++++----
>  libavcodec/vorbis.c    |    8 +--
>  libavcodec/vorbis.h    |   10 ++--
>  libavcodec/vorbisdec.c |  153 ++++++++++++++++++++++++-----------------------
>  libavcodec/vorbisenc.c |    6 +-
>  7 files changed, 119 insertions(+), 108 deletions(-)

looks ok though I suspect that some [u]int32_fast_t can be replaced with
simple (unsigned) int
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to