summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/directshow/vtrans.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/win32/include/directshow/vtrans.h')
-rwxr-xr-xthirdparties/win32/include/directshow/vtrans.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/thirdparties/win32/include/directshow/vtrans.h b/thirdparties/win32/include/directshow/vtrans.h
index 7122392..a787dbc 100755
--- a/thirdparties/win32/include/directshow/vtrans.h
+++ b/thirdparties/win32/include/directshow/vtrans.h
@@ -13,7 +13,7 @@
class CVideoTransformFilter : public CTransformFilter
{
- public:
+public:
CVideoTransformFilter(__in_opt LPCTSTR, __inout_opt LPUNKNOWN, REFCLSID clsid);
~CVideoTransformFilter();
@@ -62,7 +62,7 @@ class CVideoTransformFilter : public CTransformFilter
}
#endif
- protected:
+protected:
// =========== QUALITY MANAGEMENT IMPLEMENTATION ========================
// Frames are assumed to come in three types:
@@ -101,10 +101,10 @@ class CVideoTransformFilter : public CTransformFilter
// the quality management here if you have B-frames.
int m_nKeyFramePeriod; // the largest observed interval between type 1 frames
- // 1 means every frame is type 1, 2 means every other.
+ // 1 means every frame is type 1, 2 means every other.
int m_nFramesSinceKeyFrame; // Used to count frames since the last type 1.
- // becomes the new m_nKeyFramePeriod if greater.
+ // becomes the new m_nKeyFramePeriod if greater.
BOOL m_bSkipping; // we are skipping to the next type 1 frame
@@ -126,7 +126,7 @@ class CVideoTransformFilter : public CTransformFilter
BOOL ShouldSkipFrame(IMediaSample * pIn);
int m_itrLate; // lateness from last Quality message
- // (this overflows at 214 secs late).
+ // (this overflows at 214 secs late).
int m_tDecodeStart; // timeGetTime when decode started.
int m_itrAvgDecode; // Average decode time in reference units.
OpenPOWER on IntegriCloud