Andreas Rheinhardt:
> This is to avoid unused variables warnings if the code for disabled
> encoders is #if'ed away which will happen in a subsequent commit.
> In case of buf it also avoids shadowing.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/adpcmenc.c | 105 +
This is to avoid unused variables warnings if the code for disabled
encoders is #if'ed away which will happen in a subsequent commit.
In case of buf it also avoids shadowing.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/adpcmenc.c | 105 ++
1 file chan