Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2014-07-17 19:46:53 +0400
committerUnderground78 <underground78@users.sourceforge.net>2014-09-01 01:41:10 +0400
commitee7d5c938195b8db73ef228d4183090715686f7d (patch)
tree9f900660317e80a3afaacaa2f668e45f58d97a35 /src/filters/transform
parentbb3327768a278d6ef0c984ea53e228bf70d14718 (diff)
Comment out some unused variable assignments.
Those can be useful if the functions are extended one day.
Diffstat (limited to 'src/filters/transform')
-rw-r--r--src/filters/transform/VSFilter/DirectVobSubFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/transform/VSFilter/DirectVobSubFilter.cpp b/src/filters/transform/VSFilter/DirectVobSubFilter.cpp
index 2fc63a78c..0b4d60d5d 100644
--- a/src/filters/transform/VSFilter/DirectVobSubFilter.cpp
+++ b/src/filters/transform/VSFilter/DirectVobSubFilter.cpp
@@ -338,7 +338,7 @@ CBasePin* CDirectVobSubFilter::GetPin(int n)
return m_pTextInput[n];
}
- n -= (int)m_pTextInput.GetCount();
+ //n -= (int)m_pTextInput.GetCount();
return nullptr;
}