Commit a43c106d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

dmo: use const for audio channels struct

parent 13e50f69
......@@ -67,7 +67,7 @@ int WINAPI FreeLibrary(HMODULE);
typedef long (STDCALL *GETCLASS) ( const GUID*, const GUID*, void** );
static int pi_channels_maps[7] =
static const int pi_channels_maps[7] =
{
0,
AOUT_CHAN_CENTER,
......
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