Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52444
Collapse All | Expand All

(-)kino-0.7.1-orig/src/ieee1394io.h (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
class IEEE1394Reader
34
class IEEE1394Reader
35
{
35
{
36
private:
36
protected:
37
	/// the number of frames that had to be thrown away because
37
	/// the number of frames that had to be thrown away because
38
	/// our inFrames queue did not contain available frames
38
	/// our inFrames queue did not contain available frames
39
	static int droppedFrames;
39
	static int droppedFrames;

Return to bug 52444