X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileformat.C;h=a8ff043cd7c309778a0e4e2cafdfbbbd382d8914;hb=c732a0ac2acad5f857d490ce0e7d4f22b41b1b54;hp=11c6a3100d249cd08b94a4a109d4c8e343fa4e03;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/fileformat.C b/cinelerra-5.1/cinelerra/fileformat.C index 11c6a310..a8ff043c 100644 --- a/cinelerra-5.1/cinelerra/fileformat.C +++ b/cinelerra-5.1/cinelerra/fileformat.C @@ -87,15 +87,8 @@ void FileFormat::create_objects_(char *string2) y += 30; add_subwindow(new BC_Title(x, y, _("Bits:"))); - bitspopup = new BitsPopup(this, - x2, - y, - &asset->bits, - 0, - 1, - 1, - 0, - 1); + bitspopup = new BitsPopup(this, x2, y, + &asset->bits, 0, 1, 1, 0, 1); bitspopup->create_objects(); y += 30; @@ -121,13 +114,7 @@ void FileFormat::create_objects_(char *string2) } FileFormatChannels::FileFormatChannels(int x, int y, FileFormat *fwindow, char *text) - : BC_TumbleTextBox(fwindow, - (int)atol(text), - (int)1, - (int)MAXCHANNELS, - x, - y, - 50) + : BC_TumbleTextBox(fwindow, (int)atol(text), (int)1, (int)MAXCHANNELS, x, y, 50) { this->fwindow = fwindow; }