atrac3: replace a calculation with FFALIGN()
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 19 Oct 2012 03:51:37 +0000 (23:51 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 22 Oct 2012 14:10:08 +0000 (10:10 -0400)
commita1f4cd371ac7ff9fea6f0d3072fc886380160844
treeba9b92136c2f8ebdc932668f340f31c41f2f3d4a
parent808686fc1ea66c33c585dbc5d891bacbd983a27d
atrac3: replace a calculation with FFALIGN()

This allocates 4 bytes less than the previous code if avctx->block_align is
a multiple of 4, but the extra 4 bytes is not really needed.
libavcodec/atrac3.c