VirtualBox

Changeset 89078 in vbox for trunk/include


Ignore:
Timestamp:
May 17, 2021 8:59:39 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144418
Message:

AudioTest/Wave: Hack to skip PAD chunk. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/riff.h

    r89073 r89078  
    157157
    158158/** Magic value for RTRIFFWAVEFMT::uMagic ('data'). */
    159 #define RTRIFFWAVEDATACHUNK_MAGIC RT_BE2H_U32_C(0x64617461)
     159#define RTRIFFWAVEDATACHUNK_MAGIC   RT_BE2H_U32_C(0x64617461)
     160
     161
     162/** Magic value padding chunks ('PAD '). */
     163#define RTRIFFPADCHUNK_MAGIC        RT_BE2H_U32_C(0x50414420)
    160164
    161165/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette