diff options
author | Torbjörn Andersson | 2012-09-16 09:37:46 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2012-09-16 09:37:46 +0200 |
commit | dc207979b384a8c67d3e4358a81e710486930c61 (patch) | |
tree | 72eb66d5abfca885058ce43c949e2b9fb77ded8e /video | |
parent | 25aa19b2721e2f776d75219272217106817c95b3 (diff) | |
download | scummvm-rg350-dc207979b384a8c67d3e4358a81e710486930c61.tar.gz scummvm-rg350-dc207979b384a8c67d3e4358a81e710486930c61.tar.bz2 scummvm-rg350-dc207979b384a8c67d3e4358a81e710486930c61.zip |
VIDEO: Indent with tab, not spaces.
Diffstat (limited to 'video')
-rw-r--r-- | video/smk_decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/smk_decoder.cpp b/video/smk_decoder.cpp index bea65142a1..c49791100d 100644 --- a/video/smk_decoder.cpp +++ b/video/smk_decoder.cpp @@ -318,7 +318,7 @@ bool SmackerDecoder::loadStream(Common::SeekableReadStream *stream) { // 1 - set to 1 if file is Y-interlaced // 2 - set to 1 if file is Y-doubled // If bits 1 or 2 are set, the frame should be scaled to twice its height - // before it is displayed. + // before it is displayed. _header.flags = _fileStream->readUint32LE(); SmackerVideoTrack *videoTrack = createVideoTrack(width, height, frameCount, frameRate, _header.flags, _header.signature); |