From 2f8e8b63af1a896d4d15b48ee46a09ca1e061583 Mon Sep 17 00:00:00 2001
From: jstebbins
Date: Tue, 23 Dec 2014 22:08:10 +0000
Subject: eliminate job->largeFileSize It is no longer needed since we
eliminated mp4v2 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6647 b64f7644-9d1e-0410-96f1-a4d463321fa5
---
gtk/src/callbacks.c | 4 +---
gtk/src/ghb.ui | 23 +----------------------
gtk/src/hb-backend.c | 2 --
gtk/src/internal_defaults.xml | 2 --
gtk/src/queuehandler.c | 10 ++--------
gtk/src/standard_presets.xml | 24 ------------------------
6 files changed, 4 insertions(+), 61 deletions(-)
(limited to 'gtk/src')
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index 4a0afea64..4dae08a23 100644
--- a/gtk/src/callbacks.c
+++ b/gtk/src/callbacks.c
@@ -979,8 +979,7 @@ update_title_duration(signal_user_data_t *ud)
void ghb_show_container_options(signal_user_data_t *ud)
{
- GtkWidget *w1, *w2, *w3;
- w1 = GHB_WIDGET(ud->builder, "Mp4LargeFile");
+ GtkWidget *w2, *w3;
w2 = GHB_WIDGET(ud->builder, "Mp4HttpOptimize");
w3 = GHB_WIDGET(ud->builder, "Mp4iPodCompatible");
@@ -992,7 +991,6 @@ void ghb_show_container_options(signal_user_data_t *ud)
gint enc = ghb_settings_video_encoder_codec(ud->settings, "VideoEncoder");
- gtk_widget_set_visible(w1, (mux->format == HB_MUX_MP4V2));
gtk_widget_set_visible(w2, (mux->format & HB_MUX_MASK_MP4));
gtk_widget_set_visible(w3, (mux->format & HB_MUX_MASK_MP4) &&
(enc == HB_VCODEC_X264));
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 10cd30d60..fd04f008a 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -1479,7 +1479,7 @@ This is often the feature title of a DVD.
- 0
+ 1
1
1
1
@@ -1505,27 +1505,6 @@ This allows a player to initiate playback before downloading the entire file.
1
-
-
-
- 1
- 1
- 1
- 1
-
-
False
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index d7a56155e..f84049b1f 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -4210,12 +4210,10 @@ add_job(hb_handle_t *h, GValue *js, gint unique_id, int titleindex)
job->mux = mux->format;
if (job->mux & HB_MUX_MASK_MP4)
{
- job->largeFileSize = ghb_settings_get_boolean(js, "Mp4LargeFile");
job->mp4_optimize = ghb_settings_get_boolean(js, "Mp4HttpOptimize");
}
else
{
- job->largeFileSize = FALSE;
job->mp4_optimize = FALSE;
}
if (!job->start_at_preview)
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml
index fe817a7ff..3a71a1c01 100644
--- a/gtk/src/internal_defaults.xml
+++ b/gtk/src/internal_defaults.xml
@@ -278,8 +278,6 @@
PictureKeepRatio
- Mp4LargeFile
-
AudioAllowMP3Pass
AudioAllowAACPass
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index 69adc81b2..021c56913 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -197,14 +197,13 @@ add_to_queue_list(signal_user_data_t *ud, GValue *settings, GtkTreeIter *piter)
// Next line in the display (Container options)
// Container Options: - Chapter Markers
- gboolean ipod = FALSE, http = FALSE, large = FALSE;
+ gboolean ipod = FALSE, http = FALSE;
if (mux->format & HB_MUX_MASK_MP4)
{
ipod = ghb_settings_get_boolean(settings, "Mp4iPodCompatible");
http = ghb_settings_get_boolean(settings, "Mp4HttpOptimize");
- large = ghb_settings_get_boolean(settings, "Mp4LargeFile");
}
- if (http || ipod || large || markers)
+ if (http || ipod || markers)
{
const char *prefix = " ";
XPRINT(_("Container Options:"));
@@ -223,11 +222,6 @@ add_to_queue_list(signal_user_data_t *ud, GValue *settings, GtkTreeIter *piter)
XPRINT(_("%sWeb Optimized"), prefix);
prefix = " - ";
}
- if (large)
- {
- XPRINT(_("%sLarge File Size (>4GB)"), prefix);
- prefix = " - ";
- }
XPRINT("\n");
}
diff --git a/gtk/src/standard_presets.xml b/gtk/src/standard_presets.xml
index ed6ceafea..066dd3668 100644
--- a/gtk/src/standard_presets.xml
+++ b/gtk/src/standard_presets.xml
@@ -63,8 +63,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
0
PictureAutoCrop
@@ -194,8 +192,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
1
PictureAutoCrop
@@ -325,8 +321,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
@@ -456,8 +450,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
@@ -603,8 +595,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
@@ -750,8 +740,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
@@ -897,8 +885,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
@@ -1028,8 +1014,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
0
PictureAutoCrop
@@ -1159,8 +1143,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
0
PictureAutoCrop
@@ -1290,8 +1272,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
0
PictureAutoCrop
@@ -1436,8 +1416,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 0
Mp4iPodCompatible
0
PictureAutoCrop
@@ -1583,8 +1561,6 @@
Mp4HttpOptimize
0
- Mp4LargeFile
- 1
Mp4iPodCompatible
0
PictureAutoCrop
--
cgit v1.2.3