]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nsvdec.c
lavf: Remove "Adjusting PTS forward" code
[ffmpeg] / libavformat / nsvdec.c
index b6984a68a23f7b9230ed8065cb409ed55dc37360..bcc2180019d8be327196ad3d752d2a14e1479b73 100644 (file)
@@ -251,7 +251,7 @@ static int nsv_resync(AVFormatContext *s)
             nsv->state = NSV_FOUND_BEEF;
             return 0;
         }
-        /* we read as big endian, thus the MK*BE* */
+        /* we read as big-endian, thus the MK*BE* */
         if (v == TB_NSVF) { /* NSVf */
             av_dlog(s, "NSV resynced on NSVf after %d bytes\n", i+1);
             nsv->state = NSV_FOUND_NSVF;