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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'common/includes/LAVSplitterSettings.h')
-rw-r--r--common/includes/LAVSplitterSettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/includes/LAVSplitterSettings.h b/common/includes/LAVSplitterSettings.h
index 64de6ea2..da0d28b0 100644
--- a/common/includes/LAVSplitterSettings.h
+++ b/common/includes/LAVSplitterSettings.h
@@ -89,4 +89,7 @@ interface ILAVFSettings : public IUnknown
STDMETHOD(SetGeneratePTS)(BOOL bEnabled) = 0;
STDMETHOD_(BOOL,GetGeneratePTS)() = 0;
+
+ // Check if the given format is enabled
+ STDMETHOD_(BOOL,IsFormatEnabled)(const char *strFormat) = 0;
};