Skip to content

Commit

Permalink
VideoSync: Fix the DummyVideoSync::WaitForFrame return type;
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed May 10, 2011
1 parent ee029d1 commit 97118ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/vsync.h
Expand Up @@ -278,6 +278,6 @@ class DummyVideoSync : public VideoSync

QString getName(void) const { return QString("Dummy"); }
bool TryInit(void) { return true; }
int WaitForFrame(int sync_delay) { return 0; }
void WaitForFrame(int sync_delay) { }
};
#endif /* VSYNC_H_INCLUDED */

0 comments on commit 97118ac

Please sign in to comment.