Disable -createcdflac for now. The CHDs produced are not

compatible with existing v4 CHD readers, so I don't want
these out in the wild. We will need a version bump to add 
this support properly.

I'll tackle this next (after fixing recent regressions).
This commit is contained in:
Aaron Giles 2012-01-24 20:31:12 +00:00
parent ed0207f126
commit 48a2c8260d

View File

@ -3410,7 +3410,7 @@ int CLIB_DECL main(int argc, char *argv[])
{ "-createuncomphd", do_createhd_uncomp, 0 },
{ "-createraw", do_createraw, 0 },
{ "-createcd", do_createcd, 0 },
{ "-createcdflac", do_createcd, 1 },
// { "-createcdflac", do_createcd, 1 },
{ "-createblankhd", do_createblankhd, 0 },
{ "-createav", do_createav, 0 },
{ "-copydata", do_copydata, 0 },