Commit 4f72fbef authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

strmbase: Merge qualitycontrol.c into renderer.c.

parent b67e9ddb
...@@ -7,6 +7,5 @@ C_SRCS = \ ...@@ -7,6 +7,5 @@ C_SRCS = \
outputqueue.c \ outputqueue.c \
pin.c \ pin.c \
pospass.c \ pospass.c \
qualitycontrol.c \
renderer.c \ renderer.c \
seeking.c seeking.c
...@@ -53,9 +53,4 @@ static inline const char *debugstr_time(REFERENCE_TIME time) ...@@ -53,9 +53,4 @@ static inline const char *debugstr_time(REFERENCE_TIME time)
return wine_dbg_sprintf("%s", rev); return wine_dbg_sprintf("%s", rev);
} }
void QualityControlRender_Start(struct strmbase_qc *This, REFERENCE_TIME tStart);
void QualityControlRender_DoQOS(struct strmbase_qc *priv);
void QualityControlRender_BeginRender(struct strmbase_qc *This, REFERENCE_TIME start, REFERENCE_TIME stop);
void QualityControlRender_EndRender(struct strmbase_qc *This);
#endif /* __WINE_STRMBASE_PRIVATE_H */ #endif /* __WINE_STRMBASE_PRIVATE_H */
...@@ -13,7 +13,6 @@ C_SRCS = \ ...@@ -13,7 +13,6 @@ C_SRCS = \
qtsplitter.c \ qtsplitter.c \
qtutils.c \ qtutils.c \
qtvdecoder.c \ qtvdecoder.c \
qualitycontrol.c \
seeking.c seeking.c
RC_SRCS = \ RC_SRCS = \
......
...@@ -286,8 +286,6 @@ struct strmbase_qc ...@@ -286,8 +286,6 @@ struct strmbase_qc
BOOL qos_handled, is_dropped; BOOL qos_handled, is_dropped;
}; };
void strmbase_qc_init(struct strmbase_qc *qc, struct strmbase_pin *pin);
struct strmbase_renderer struct strmbase_renderer
{ {
struct strmbase_filter filter; struct strmbase_filter filter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment