summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-12-07 16:07:51 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-18 13:36:51 +0100
commit523c7bd23c781aa0f3a85044896f5e18e8b52534 (patch)
treec430db55861018aa073c23c2a13c0d54be609a2f /libavformat/nsvdec.c
parentea061af15ac5629dc8dbeb33b7382d6711a323c3 (diff)
misc typo, style and wording fixes
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index d7c3c81f36..4193ed2edb 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -252,7 +252,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;