wavpack: ignore ext_int flag when comparing headers
[nihav.git] / nihav-llaudio / src / demuxers / wavpack.rs
index 9cd50fa76e807ee6fb2db59312c518f670cd30b5..e54ad7e68a3bed760499dfbdbe2050f92680fa8e 100644 (file)
@@ -20,7 +20,7 @@ const WV_FLAG_END_BLOCK: u32    = 1 << 12;
 const WV_FLAG_FALSE_STEREO: u32 = 1 << 30;
 //const WV_FLAG_DSD_AUDIO: u32    = 1 << 31;
 
-const WV_STREAM_FLAGS: u32 = 0x8000018B;
+const WV_STREAM_FLAGS: u32 = 0x8000008B;
 
 #[derive(Clone,Copy,Default)]
 struct WVHeader {