bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / mpeg2enc / transfrm.c
index ac4127ee53f4704eccc0a4d64b1054741af255b6..ff9c29c944e3dbe9ff5029843ce93b4cf97ca645 100644 (file)
@@ -103,7 +103,7 @@ static void add_pred(unsigned char *pred,
        int lx,
        short *blk)
 {
        int lx,
        short *blk)
 {
-       register int j;
+       int j;
 
        for (j=0; j<8; j++)
        {
 
        for (j=0; j<8; j++)
        {
@@ -132,7 +132,7 @@ static void sub_pred(unsigned char *pred,
        int lx,
        short *blk)
 {
        int lx,
        short *blk)
 {
-       register int j;
+       int j;
 
        for (j=0; j<8; j++)
        {
 
        for (j=0; j<8; j++)
        {