# HG changeset patch # User melanson # Date 1013575632 0 # Node ID 68582b4ce881930b87a38d5f1502bb6094d09e41 # Parent 2973e997c4a5de425f7714212cdbe2570b18ada7 cosmetic fix diff -r 2973e997c4a5 -r 68582b4ce881 fli.c --- 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); }