Commit 71b13638 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

qasf: Constify filter_ops.

parent 031747a5
...@@ -66,7 +66,7 @@ static HRESULT asf_reader_query_interface(struct strmbase_filter *iface, REFIID ...@@ -66,7 +66,7 @@ static HRESULT asf_reader_query_interface(struct strmbase_filter *iface, REFIID
return E_NOINTERFACE; return E_NOINTERFACE;
} }
static struct strmbase_filter_ops filter_ops = static const struct strmbase_filter_ops filter_ops =
{ {
.filter_get_pin = asf_reader_get_pin, .filter_get_pin = asf_reader_get_pin,
.filter_destroy = asf_reader_destroy, .filter_destroy = asf_reader_destroy,
......
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