diff -ru Maaate-0.3.1.orig/src/mpeg/MPEGfile.cc Maaate-0.3.1/src/mpeg/MPEGfile.cc --- src/mpeg/MPEGfile.cc 2023-06-26 14:31:17.838303000 +0200 +++ src/mpeg/MPEGfile.cc 2023-06-26 14:32:19.227754000 +0200 @@ -495,7 +495,7 @@ #define MAXSEARCH 2048 // read 4 bytes into header bitfield - register unsigned short buf=0; + unsigned short buf=0; // read over initial junk to find header; give up after 2048 bytes int i=-2; @@ -503,7 +503,7 @@ while (((buf & 0xfff0) != 0xfff0) && (i