Skip to content

Commit

Permalink
ao_wasapi: correct GUID for KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmitch committed Apr 3, 2015
1 parent 2ccee18 commit 06b396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/out/ao_wasapi_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DEFINE_GUID(mp_KSDATAFORMAT_SUBTYPE_IEC61937_DTS,
0x00000008, 0x0000, 0x0010, 0x80, 0x00,
0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
DEFINE_GUID(mp_KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL,
0x00000002, 0x0000, 0x0010, 0x80, 0x00,
0x00000092, 0x0000, 0x0010, 0x80, 0x00,
0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
// might require 7+
DEFINE_GUID(mp_KSDATAFORMAT_SUBTYPE_IEC61937_AAC,
Expand Down

0 comments on commit 06b396c

Please sign in to comment.