[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec vp3.c,1.63,1.64

Michael Niedermayer michaelni
Sat May 21 09:22:08 CEST 2005


Hi

On Saturday 21 May 2005 07:20, Mike Melanson CVS wrote:
> Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> In directory mail:/var2/tmp/cvs-serv25323/libavcodec
>
> Modified Files:
> 	vp3.c
> Log Message:
> apply the loop filter to fragments as they are rendered into the final
> output
>
>
> Index: vp3.c
> ===================================================================
> RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/vp3.c,v
> retrieving revision 1.63
> retrieving revision 1.64
> diff -u -d -r1.63 -r1.64
> --- vp3.c	21 May 2005 04:43:36 -0000	1.63
> +++ vp3.c	21 May 2005 05:20:52 -0000	1.64
> @@ -317,12 +317,15 @@
>      uint8_t edge_emu_buffer[9*2048]; //FIXME dynamic alloc
>      uint8_t qscale_table[2048]; //FIXME dynamic alloc (width+15)/16
>
> -     /* Huffman decode */
> -     int hti;
> -     unsigned int hbits;
> -     int entries;
> -     int huff_code_size;
> -     uint16_t huffman_table[80][32][2];
> +    /* Huffman decode */
> +    int hti;
> +    unsigned int hbits;
> +    int entries;
> +    int huff_code_size;
> +    uint16_t huffman_table[80][32][2];

cosmetical changes should be in seperate commits

[...]
-- 
Michael





More information about the ffmpeg-cvslog mailing list