Credit Andrew - add new render formats for dvd_pcm.dvd and mp2; fix location of HiLo...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileformat.C
index c87edf2cfe3d3fcabf02a76cc1e92e09f9ba69fe..a5cbbe012417f2058e4409798326d8da309e5bb0 100644 (file)
@@ -101,8 +101,8 @@ void FileFormat::create_objects_(char *string2)
 
 //printf("FileFormat::create_objects_ 1 %d\n", asset->byte_order);
        add_subwindow(new BC_Title(x, y, _("Byte order:")));
-       add_subwindow(lohi = new FileFormatByteOrderLOHI(x2, y, this, asset->byte_order));
-       add_subwindow(hilo = new FileFormatByteOrderHILO(x2 + 70, y, this, !asset->byte_order));
+       add_subwindow(hilo = new FileFormatByteOrderHILO(x2, y, this, !asset->byte_order));
+       add_subwindow(lohi = new FileFormatByteOrderLOHI(x2 + 70, y, this, asset->byte_order));
 
        y += ys30;
        add_subwindow(signed_button = new FileFormatSigned(x, y, this, asset->signed_));