ac3enc: store per-block/channel bap pointers by reference block in a 2D array
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 26 May 2011 19:57:21 +0000 (15:57 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 28 May 2011 16:39:28 +0000 (12:39 -0400)
commit7743865ffcb921a78a913b3de5a6d80248954d71
treef073df82eaf7ab389255dadcde56888ef6614dd0
parente01e05ee66f7ea26dd7574501e329aa5b8e788ef
ac3enc: store per-block/channel bap pointers by reference block in a 2D array
rather than in the AC3Block struct.

This will make it easier to access the bap values without having to chase
the reference block pointers each time.
libavcodec/ac3enc.c