Merge pull request #152 from bnnm/master

No MPC
This commit is contained in:
Christopher Snowhill 2017-12-07 16:54:12 -08:00 committed by GitHub
commit 5974b89de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ VGMSTREAM_DECLARE_FILE_TYPE("MIC", mic);
VGMSTREAM_DECLARE_FILE_TYPE("MIHB", mihb);
VGMSTREAM_DECLARE_FILE_TYPE("MNSTR", mnstr);
//"mp4", //common
VGMSTREAM_DECLARE_FILE_TYPE("MPC", mpc);
//VGMSTREAM_DECLARE_FILE_TYPE("MPC", mpc); //common
VGMSTREAM_DECLARE_FILE_TYPE("MPDSP", mpdsp);
VGMSTREAM_DECLARE_FILE_TYPE("MPDS", mpds);
VGMSTREAM_DECLARE_FILE_TYPE("MSA", msa);

View File

@ -180,7 +180,7 @@ static const char* extension_list[] = {
"mihb",
"mnstr",
//"mp4", //common
"mpc", //FFmpeg, not parsed (musepack)
//"mpc", //FFmpeg, not parsed (musepack) //common
"mpdsp",
"mpds",
"msa",