summaryrefslogtreecommitdiffstats
path: root/fli.c
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-13 04:47:12 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-13 04:47:12 +0000
commit783fe75c9c81fed1e302c576749dec3986a7bef6 (patch)
treee7a9428f7ffd0a61ee76d925f5464de654708829 /fli.c
parent470c8fbb31cda5aa7638c262361a32bdf7333168 (diff)
downloadmpv-783fe75c9c81fed1e302c576749dec3986a7bef6.tar.bz2
mpv-783fe75c9c81fed1e302c576749dec3986a7bef6.tar.xz
cosmetic fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4689 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'fli.c')
-rw-r--r--fli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fli.c b/fli.c
index 06925b6e4c..5e7151628e 100644
--- a/fli.c
+++ b/fli.c
@@ -353,10 +353,10 @@ void decode_fli_frame(
}
// by the end of the chunk, the stream ptr should equal the frame
- // size (minus 1, possible); if it doesn't, issue a warning
+ // size (minus 1, possibly); if it doesn't, issue a warning
if ((stream_ptr != encoded_size) && (stream_ptr != encoded_size - 1))
mp_msg(MSGT_DECVIDEO, MSGL_WARN,
" warning: processed FLI chunk where encoded size = %d\n" \
- " and final chunk ptr = and final chunk ptr = %d\n",
+ " and final chunk ptr = %d\n",
encoded_size, stream_ptr);
}