OSDN Git Service

ac3dec: avoid pointless alloc and indirection for input_buffer
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 24 Mar 2011 20:27:05 +0000 (21:27 +0100)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 6 Sep 2011 16:43:16 +0000 (12:43 -0400)
commit459fe331e9068dc916929021579c26021c097b57
tree0f0c48c28c8bbbc1703d2b5bfa376282905c8d10
parent6192b6f3e78b382ddf16b58fed2d3ab8745753f6
ac3dec: avoid pointless alloc and indirection for input_buffer

Since we now always allocate it, it can simply be made part of the context
instead.
libavcodec/ac3dec.c
libavcodec/ac3dec.h