Backed out changeset a317a2d59ed5 (bug 904617)

This commit is contained in:
Ed Morley 2013-09-16 08:43:37 +01:00
parent 7f3a3729b9
commit 77ff767b7d

View File

@ -878,8 +878,8 @@ cubeb_ops const wasapi_ops = {
/*.stream_destroy =*/ wasapi_stream_destroy,
/*.stream_start =*/ wasapi_stream_start,
/*.stream_stop =*/ wasapi_stream_stop,
/*.stream_get_position =*/ wasapi_stream_get_position,
/*.stream_get_latency =*/ wasapi_stream_get_latency
/*.stream_get_position =*/ wasapi_stream_get_position
///*.stream_get_latency =*/ wasapi_stream_get_latency
};
} // namespace anonymous