[brasero] Assume from now on that audio data in bin files associated to cue files are ALL big endian
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Assume from now on that audio data in bin files associated to cue files are ALL big endian
- Date: Wed, 25 Nov 2009 14:46:01 +0000 (UTC)
commit fca3ab24643784837c105eb36be20ba5f6655b74
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Nov 25 14:53:40 2009 +0100
Assume from now on that audio data in bin files associated to cue files are ALL big endian
plugins/cdrdao/burn-cdrdao.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plugins/cdrdao/burn-cdrdao.c b/plugins/cdrdao/burn-cdrdao.c
index fb642cc..1a0f91d 100644
--- a/plugins/cdrdao/burn-cdrdao.c
+++ b/plugins/cdrdao/burn-cdrdao.c
@@ -367,9 +367,11 @@ brasero_cdrdao_set_argv_record (BraseroCdrdao *cdrdao,
brasero_process_set_working_directory (BRASERO_PROCESS (cdrdao), parent);
g_free (parent);
+ /* This does not work as toc2cue will use BINARY even if
+ * if endianness is big endian */
/* we need to check endianness */
- if (brasero_track_image_need_byte_swap (BRASERO_TRACK_IMAGE (track)))
- g_ptr_array_add (argv, g_strdup ("--swap"));
+ /* if (brasero_track_image_need_byte_swap (BRASERO_TRACK_IMAGE (track)))
+ g_ptr_array_add (argv, g_strdup ("--swap")); */
}
else if (brasero_track_type_get_image_format (type) == BRASERO_IMAGE_FORMAT_CDRDAO) {
/* CDRDAO files are always BIG ENDIAN */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]