Guest User

Kurtnoise

a guest
Mar 31st, 2009
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Index: src/filters/parser/matroskasplitter/MatroskaSplitter.cpp
  2. ===================================================================
  3. --- src/filters/parser/matroskasplitter/MatroskaSplitter.cpp (revision 1027)
  4. +++ src/filters/parser/matroskasplitter/MatroskaSplitter.cpp (working copy)
  5. @@ -420,6 +420,8 @@
  6. id2ft["A_FLAC"] = -WAVE_FORMAT_FLAC;
  7. id2ft["A_WAVPACK4"] = -WAVE_FORMAT_WAVPACK4;
  8. id2ft["A_TTA1"] = WAVE_FORMAT_TTA1;
  9. + id2ft["A_TRUEHD"] = WAVE_FORMAT_DOLBY_AC3;
  10. + id2ft["A_MLP"] = WAVE_FORMAT_DOLBY_AC3;
  11. }
  12.  
  13. int wFormatTag;
  14.  
Advertisement
Add Comment
Please, Sign In to add comment