On Fri, Dec 30, 2011 at 02:03:50PM +0530, Shitiz Garg wrote:
>
> --- a/libavcodec/cook.c
> +++ b/libavcodec/cook.c
> @@ -54,17 +54,17 @@
>
> /* the different Cook versions */
> -#define MONO 0x1000001
> -#define STEREO 0x1000002
> -#define JOINT_STEREO 0x1000003
> -#define MC_COOK 0x2000000 //multichannel Cook, not supported
> +#define MONO 0x1000001
> +#define STEREO 0x1000002
> +#define JOINT_STEREO 0x1000003
> +#define MC_COOK 0x2000000 //multichannel Cook, not supported
>
> -#define SUBBAND_SIZE 20
> -#define MAX_SUBPACKETS 5
> +#define SUBBAND_SIZE 20
> +#define MAX_SUBPACKETS 5
>
> typedef struct {
> - int *now;
> - int *previous;
> + int *now;
> + int *previous;
> } cook_gains;
I have no idea why you make these and similar changes below.
Drop all of it.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel