On Mon, Jul 18, 2016 at 07:50:32PM +0200, Luca Barbato wrote:
> ---
> libavcodec/ac3dec.c | 195
> ++++++++++++++++++++++++++++------------------------
> 1 file changed, 107 insertions(+), 88 deletions(-)
The splitting looks OK. What's the idea behind it? Get more ..
> --- a/libavcodec/ac3dec.c
> +++ b/libavcodec/ac3dec.c
> @@ -750,6 +750,109 @@ static void decode_band_structure(BitstreamContext *bc,
> int blk, int eac3,
>
> +static int spx_strategy(AC3DecodeContext *s, int blk)
> +{
> + BitstreamContext *bc = &s->bc;
local contexts like here?
Ideally this refactoring step should be done before the bitstream
conversion.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel