]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nsvdec.c
Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a'
[ffmpeg] / libavformat / nsvdec.c
index 3015d844919bacf3721c3b5853744f7aa758520a..bcc2180019d8be327196ad3d752d2a14e1479b73 100644 (file)
@@ -23,7 +23,6 @@
 #include "libavutil/mathematics.h"
 #include "avformat.h"
 #include "internal.h"
-#include "riff.h"
 #include "libavutil/dict.h"
 #include "libavutil/intreadwrite.h"
 
@@ -252,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;