diff --git a/videodev-dumpfile.cc b/videodev-dumpfile.cc index 3a940b1..a3e6ec3 100644 --- a/videodev-dumpfile.cc +++ b/videodev-dumpfile.cc @@ -198,7 +198,7 @@ int VideoDev_Dumpfile::Grab(VideoFrame *vf) { } while (diff < inframe_nexttime); if (diff - inframe_nexttime > 1000) - printf ("%s:%d time difference to bit. (%dms) Maybe to slow hard drive?\n", + printf ("%s:%d time difference to big. (%dms) Maybe to slow hard drive?\n", __FILE__, __LINE__, (diff - inframe_nexttime)); LockMutex();