X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fh.263%2Fdct.c;h=de3eafa2be563833b6ce8ac2bef5c5c6b03447f9;hp=823d359abfa39710f3f1e4309fbdefe19b4c96e3;hb=9004a9942603308ba84dbe9c8c87d742025ea67b;hpb=aee9de2c6eb23628e54b6896f5b441d9b39317c1 diff --git a/lib/h.263/dct.c b/lib/h.263/dct.c index 823d359..de3eafa 100644 --- a/lib/h.263/dct.c +++ b/lib/h.263/dct.c @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + int zigzagtable[64] = { 0, 1, 5, 6, 14, 15, 27, 28, 2, 4, 7, 13, 16, 26, 29, 42,