avconv: move audio output buffer allocation to a separate function
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 21 Mar 2012 20:55:30 +0000 (16:55 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 23 Mar 2012 05:19:43 +0000 (01:19 -0400)
commit9869e963a6a6bd3a8bd118cee698df08d84cbfba
treee3211255cc301ce02198bc6c1191af151e485d6d
parentf3ab3e1aeec318763065303a1569796131d3a561
avconv: move audio output buffer allocation to a separate function

Allows for removing a goto and makes the code easier to follow.
avconv.c