Counting padding as part of the image with -as mkisofs

This commit is contained in:
2011-03-02 09:30:10 +00:00
parent 428086190d
commit 22aeae78a7
5 changed files with 41 additions and 18 deletions

View File

@ -208,6 +208,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->speed= 0;
m->fs= 4*512; /* 4 MiB */
m->padding= 300*1024;
m->do_padding_by_libisofs= 0;
m->alignment= 0;
m->do_stream_recording= 0;
m->dvd_obs= 0;