From 48a2c8260d443e84c90502f35d20799190a3e616 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Tue, 24 Jan 2012 20:31:12 +0000 Subject: [PATCH] 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). --- src/tools/chdman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/chdman.c b/src/tools/chdman.c index bda38ca9750..17c02b5cad0 100644 --- a/src/tools/chdman.c +++ b/src/tools/chdman.c @@ -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 },