diff options
author | Matthew Hoops | 2012-08-25 12:30:28 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-08-25 12:30:28 -0400 |
commit | c7222ed5a4428c51cdf325fc0eb172f46a991d86 (patch) | |
tree | 4c652b79aed2474235e1d3d5e8fae17273a8e1d8 /video | |
parent | dcdb40f79e4e02101ddd7c017762ec61298f1833 (diff) | |
download | scummvm-rg350-c7222ed5a4428c51cdf325fc0eb172f46a991d86.tar.gz scummvm-rg350-c7222ed5a4428c51cdf325fc0eb172f46a991d86.tar.bz2 scummvm-rg350-c7222ed5a4428c51cdf325fc0eb172f46a991d86.zip |
VIDEO: Remove obsolete FIXME in the FLIC code
Diffstat (limited to 'video')
-rw-r--r-- | video/flic_decoder.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/video/flic_decoder.cpp b/video/flic_decoder.cpp index 564d73a9d7..1a0627615b 100644 --- a/video/flic_decoder.cpp +++ b/video/flic_decoder.cpp @@ -164,9 +164,6 @@ const Graphics::Surface *FlicDecoder::FlicVideoTrack::decodeNextFrame() { switch (frameType) { case FRAME_TYPE: { - // FIXME: FLIC should be switched over to a variable frame rate VideoDecoder to handle - // this properly. - chunkCount = _fileStream->readUint16LE(); // Note: The overridden delay is a 16-bit integer (word), whereas the normal delay is a 32-bit integer (dword) // the frame delay is the FLIC "speed", in milliseconds. |