Commit e1d14d26 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz: Restore a comment explaining mediatime.

parent 1aa8cf05
......@@ -33,6 +33,7 @@
#include "wine/strmbase.h"
#include "wine/list.h"
/* see IAsyncReader::Request on MSDN for the explanation of this */
#define MEDIATIME_FROM_BYTES(x) ((LONGLONG)(x) * 10000000)
#define SEC_FROM_MEDIATIME(time) ((time) / 10000000)
#define BYTES_FROM_MEDIATIME(time) SEC_FROM_MEDIATIME(time)
......
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