From c7222ed5a4428c51cdf325fc0eb172f46a991d86 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 25 Aug 2012 12:30:28 -0400 Subject: VIDEO: Remove obsolete FIXME in the FLIC code --- video/flic_decoder.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'video') 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. -- cgit v1.2.3