Introduce first --mp-xxx options.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-12-20 06:39:31 +01:00
parent d4a6a5216d
commit be8d93563a
2 changed files with 21 additions and 0 deletions
+5
View File
@@ -45,6 +45,11 @@ enum {
struct options_t {
int cmd;
// mp (meta) options
int mp_compress_task;
bool mp_query_format;
bool mp_query_num_tasks;
// compression options
int method;
bool method_lzma_seen;