Zebediah Figura : strmbase: Don't expose EnumMediaTypes_Construct().

Alexandre Julliard julliard at winehq.org
Tue Sep 24 16:04:44 CDT 2019


Module: wine
Branch: master
Commit: b68498c875f7db2969ff4fbaeaa5b2e4db5a3163
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b68498c875f7db2969ff4fbaeaa5b2e4db5a3163

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Sep 23 19:33:21 2019 -0500

strmbase: Don't expose EnumMediaTypes_Construct().

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/strmbase/strmbase_private.h | 2 ++
 include/wine/strmbase.h          | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/strmbase/strmbase_private.h b/dlls/strmbase/strmbase_private.h
index 9904754e4a..4b94735eb6 100644
--- a/dlls/strmbase/strmbase_private.h
+++ b/dlls/strmbase/strmbase_private.h
@@ -63,6 +63,8 @@ void QualityControlRender_BeginRender(QualityControlImpl *This, REFERENCE_TIME s
 void QualityControlRender_EndRender(QualityControlImpl *This);
 
 HRESULT enum_pins_create(struct strmbase_filter *filter, IEnumPins **enum_pins);
+HRESULT WINAPI EnumMediaTypes_Construct(BasePin *pin, BasePin_GetMediaType enumFunc,
+        BasePin_GetMediaTypeVersion versionFunc, IEnumMediaTypes **enum_media_types) DECLSPEC_HIDDEN;
 
 HRESULT WINAPI RendererPosPassThru_RegisterMediaTime(IUnknown *iface, REFERENCE_TIME start);
 HRESULT WINAPI RendererPosPassThru_ResetMediaTime(IUnknown *iface);
diff --git a/include/wine/strmbase.h b/include/wine/strmbase.h
index 85801ebabc..169046d64d 100644
--- a/include/wine/strmbase.h
+++ b/include/wine/strmbase.h
@@ -199,9 +199,6 @@ void strmbase_filter_init(struct strmbase_filter *filter, const IBaseFilterVtbl
         const CLSID *clsid, const struct strmbase_filter_ops *func_table);
 void strmbase_filter_cleanup(struct strmbase_filter *filter);
 
-/* Enums */
-HRESULT WINAPI EnumMediaTypes_Construct(BasePin *iface, BasePin_GetMediaType enumFunc, BasePin_GetMediaTypeVersion versionFunc, IEnumMediaTypes ** ppEnum);
-
 /* Transform Filter */
 typedef struct TransformFilter
 {




More information about the wine-cvs mailing list