adxenc: remove unneeded loops
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 19 Dec 2011 15:14:35 +0000 (10:14 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 3 Jan 2012 23:47:42 +0000 (18:47 -0500)
commit6c117bd8e072319dd0895efd64c4470ad0872213
treec0db8c2405919054d3d35eb15ad67344530d61e5
parent99baf2c7d0dfa7d9ced34665ed6f0bf057fc9b30
adxenc: remove unneeded loops

avctx->frame_size is 32, so that is how many samples we process per call.
libavcodec/adxenc.c