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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-09-16 03:40:54 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-09-16 03:40:54 +0400
commit5959578b5c06b963e326f98aff64e696aa7401f0 (patch)
tree2418b32c3149b9439124660907f32fdb4c4dce1a /src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h
parent12ce8ffb70711080c1f36669ca70cadb6a5f547b (diff)
Added a "Read AR from stream" checkbox in MPEG2DecFilter (enabled by default).
Patch by Underground78 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2565 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h')
-rw-r--r--src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h b/src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h
index 0f0718a0d..a36174c94 100644
--- a/src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h
+++ b/src/filters/transform/Mpeg2DecFilter/IMpeg2DecFilter.h
@@ -51,5 +51,8 @@ IMpeg2DecFilter : public IUnknown
STDMETHOD(EnableInterlaced(bool fEnable)) = 0;
STDMETHOD_(bool, IsInterlacedEnabled()) = 0;
+
+ STDMETHOD(EnableReadARFromStream(bool fEnable)) = 0;
+ STDMETHOD_(bool, IsReadARFromStreamEnabled()) = 0;
};