cosmetic fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4689 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
melanson 2002-02-13 04:47:12 +00:00
parent 470c8fbb31
commit 783fe75c9c
1 changed files with 2 additions and 2 deletions

4
fli.c
View File

@ -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);
}