Re: [libav-devel] [PATCH 4/8] flacenc: use uint64_t for bit counts

2012-10-26 Thread Kostya Shishkov
On Sat, Oct 27, 2012 at 01:26:47AM -0400, Justin Ruggles wrote: > Needed to avoid integer overflows for 24-bit encoding. > --- > libavcodec/flacenc.c | 58 - > 1 files changed, 33 insertions(+), 25 deletions(-) > LGTM

[libav-devel] [PATCH 4/8] flacenc: use uint64_t for bit counts

2012-10-26 Thread Justin Ruggles
Needed to avoid integer overflows for 24-bit encoding. --- libavcodec/flacenc.c | 58 - 1 files changed, 33 insertions(+), 25 deletions(-) diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index a7e604b..cbfbe9f 100644 --- a/libavcodec/flac