Move a declaration

This commit is contained in:
Chris Robinson
2014-11-07 15:47:41 -08:00
parent 01a1e6f102
commit 57387505d8
+2 -1
View File
@@ -530,7 +530,7 @@ enum Channel {
InvalidChannel
};
#define MAX_OUTPUT_CHANNELS (8)
/* Device formats */
enum DevFmtType {
@@ -557,6 +557,7 @@ enum DevFmtChannels {
DevFmtChannelsDefault = DevFmtStereo
};
#define MAX_OUTPUT_CHANNELS (8)
ALuint BytesFromDevFmt(enum DevFmtType type) DECL_CONST;
ALuint ChannelsFromDevFmt(enum DevFmtChannels chans) DECL_CONST;