aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_decoder.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-09-01 07:35:38 +0000
committerEugene Sandulenko2010-10-12 23:23:10 +0000
commit3d3f1db15c50c9b675e29e0a10ee896fd8928445 (patch)
tree8ea732cc77df1b4cb7459d3aeef3fb0b250b4a02 /engines/sword25/fmv/theora_decoder.h
parent579d872e96862882d4cf92e82a0e8deb82496020 (diff)
downloadscummvm-rg350-3d3f1db15c50c9b675e29e0a10ee896fd8928445.tar.gz
scummvm-rg350-3d3f1db15c50c9b675e29e0a10ee896fd8928445.tar.bz2
scummvm-rg350-3d3f1db15c50c9b675e29e0a10ee896fd8928445.zip
SWORD25: Merge of my pending changes to movie playback
svn-id: r53300
Diffstat (limited to 'engines/sword25/fmv/theora_decoder.h')
-rw-r--r--engines/sword25/fmv/theora_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword25/fmv/theora_decoder.h b/engines/sword25/fmv/theora_decoder.h
index 3ce53e0900..12d8035c0a 100644
--- a/engines/sword25/fmv/theora_decoder.h
+++ b/engines/sword25/fmv/theora_decoder.h
@@ -82,6 +82,7 @@ public:
// It is not possible to get frame count easily
// I.e. seeking is required
assert(0);
+ return 0;
}
Graphics::PixelFormat getPixelFormat() const {
return Graphics::PixelFormat(4, 8, 8, 8, 8, 16, 8, 0, 24);