Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-07-20 20:52:20 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-07-21 01:34:59 +0400
commit9169a430a0b9144340fe3f21724dde8abd6c64dd (patch)
tree964195e6315323f972bd34c4cf70f5989cc75f9d /include
parent8d7841dbb38196746ca1d26fd13a9f35c7f12ed0 (diff)
Correctly show Opus streams as such in Files > Properties.
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index 9fccca070..fe028dde7 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -1128,6 +1128,10 @@ struct WAVEFORMATEX_HDMV_LPCM : public WAVEFORMATEX {
DEFINE_GUID(MEDIASUBTYPE_MLP,
WAVE_FORMAT_MLP, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+#define WAVE_FORMAT_OPUS mmioFOURCC('O','P','U','S')
+DEFINE_GUID(MEDIASUBTYPE_OPUS,
+ WAVE_FORMAT_OPUS, 0x000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+
// {AFBC2343-3DCB-4047-9655-E1E62A61B1C5}
DEFINE_GUID(MEDIASUBTYPE_FFMPEG_AUDIO,
0xafbc2343, 0x3dcb, 0x4047, 0x96, 0x55, 0xe1, 0xe6, 0x2a, 0x61, 0xb1, 0xc5);