[FFmpeg-cvslog] r20516 - trunk/libavcodec/mpeg4audio.c

Ronald S. Bultje rsbultje
Wed Nov 11 23:37:20 CET 2009


Hi,

On Wed, Nov 11, 2009 at 5:29 PM, Justin Ruggles
<justin.ruggles at gmail.com> wrote:
> I think this could use get_bits_left() in a couple places.

Don't forget all input buffers are + FF_INPUT_BUFFER_PADDING_SIZE, so
as long as the #bits read is less than that, you never have to call
get_bits_left(). (I would expect that to be the case for a
audio-config.)

Ronald



More information about the ffmpeg-cvslog mailing list