Mercurial > mplayer.hg
changeset 4688:68582b4ce881
cosmetic fix
author | melanson |
---|---|
date | Wed, 13 Feb 2002 04:47:12 +0000 |
parents | 2973e997c4a5 |
children | 61f4b8fd380e |
files | fli.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/fli.c Wed Feb 13 04:06:55 2002 +0000 +++ b/fli.c Wed Feb 13 04:47:12 2002 +0000 @@ -353,10 +353,10 @@ } // 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); }