bunch-o compiler bitch'n
[goodguy/history.git] / cinelerra-5.1 / cinelerra / ffmpeg.C
index 70440b64c307b3d782081e0d212b82ef3ffea8aa..f79a240ef5c844d091070f205e3dd68e1a799ee5 100644 (file)
@@ -557,7 +557,7 @@ int FFStream::seek(int64_t no, double rate)
                }
        }
        if( ret < 0 ) {
-printf("** seek fail %ld, %ld\n", pos, tstmp);
+printf("** seek fail %jd, %jd\n", pos, tstmp);
                seeked = need_packet = 0;
                st_eof(flushed=1);
                return -1;