X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmpeg2enc%2Ffdctref.c;h=f1694738811950e86a752ef42e1a9412426d1d38;hb=HEAD;hp=61996dbcfac42cc608e015ef6168a8ce577eb193;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/mpeg2enc/fdctref.c b/cinelerra-5.1/mpeg2enc/fdctref.c index 61996dbc..f1694738 100644 --- a/cinelerra-5.1/mpeg2enc/fdctref.c +++ b/cinelerra-5.1/mpeg2enc/fdctref.c @@ -63,7 +63,7 @@ void init_fdct() void fdct(block) short *block; { - register int i, j; + int i, j; double s; double tmp[64];