[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mjpeg.c,1.122,1.123

Benjamin Larsson banan
Wed Mar 29 23:22:50 CEST 2006


Michael Niedermayer CVS wrote:

>Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
>In directory mail:/var2/tmp/cvs-serv14982
>
>Modified Files:
>	mjpeg.c 
>Log Message:
>optimizations by arpi
>
>
>Index: mjpeg.c
>[..]
>@@ -1258,15 +1257,16 @@
>         dprintf("error dc\n");
>         return -1;
>     }
>-    quant_matrix = s->quant_matrixes[quant_index];
>     val = val * quant_matrix[0] + s->last_dc[component];
>     s->last_dc[component] = val;
>     block[0] = val;
>     /* AC coefs */
>     ac_vlc = &s->vlcs[1][ac_index];
>     i = 1;
>+    OPEN_READER(re, &s->gb)
>  
>
That line apparently breaks compilation on gcc 2.95. Reported by Alban
Bedel.

MvH
Benjamin Larsson

-- 
"incorrect information" is an oxymoron. Information is, by definition, factual, correct.





More information about the ffmpeg-cvslog mailing list