This is overridden by subclasses so it needs to be virtual.

This commit is contained in:
Steve Checkoway
2007-12-03 06:36:12 +00:00
parent 1f58d5a753
commit 13fa6a7d14
+1 -1
View File
@@ -22,7 +22,7 @@ public:
virtual void DecodeSeconds( float fSeconds ) {} // decode
virtual void SetPlaybackRate( float fRate ) {}
virtual bool IsAMovie() const { return false; }
void SetLooping(bool looping) { }
virtual void SetLooping(bool looping) { }
int GetSourceWidth() const {return m_iSourceWidth;}
int GetSourceHeight() const {return m_iSourceHeight;}