Enabled audio byte sawpping by default (to be disabled via option -swab)

This commit is contained in:
Thomas Schmitt 2006-10-24 16:55:47 +00:00
parent 04a0b7e8fc
commit 64f2e555d7
2 changed files with 2 additions and 2 deletions

View File

@ -2357,7 +2357,7 @@ int Cdrskin_new(struct CdrskiN **skin, struct CdrpreskiN *preskin, int flag)
o->padding= 0.0;
o->set_by_padsize= 0;
o->track_type= BURN_MODE1;
o->swap_audio_bytes= 0; /* >>> ??? does this have to be 1 ? */
o->swap_audio_bytes= 1; /* cdrecord default is big-endian (msb_first) */
o->track_type_by_default= 1;
for(i=0;i<Cdrskin_track_maX;i++)
o->tracklist[i]= NULL;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.10.24.165427"
#define Cdrskin_timestamP "2006.10.24.165610"