diff mov.c @ 136:6b74809d2496 libavformat

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 5cda954c6e9a
children b9703b3c10b6
line wrap: on
line diff
--- a/mov.c	Thu May 22 14:12:22 2003 +0000
+++ b/mov.c	Sat May 24 18:48:30 2003 +0000
@@ -1369,7 +1369,7 @@
     /* check MOV header */
     err = mov_read_default(mov, pb, atom);
     if (err<0 || (!mov->found_moov && !mov->found_mdat)) {
-	fprintf(stderr, "mov: header not found !!! (err:%d, moov:%d, mdat:%d) pos:%Ld\n",
+	fprintf(stderr, "mov: header not found !!! (err:%d, moov:%d, mdat:%d) pos:%lld\n",
 		err, mov->found_moov, mov->found_mdat, url_ftell(pb));
 	return -1;
     }