projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32a823
)
LinGui: clear extra options when video codec changes
author
John Stebbins
<jstebbins.hb@gmail.com>
Tue, 24 Jan 2017 22:44:03 +0000
(15:44 -0700)
committer
John Stebbins
<jstebbins.hb@gmail.com>
Tue, 24 Jan 2017 22:45:39 +0000
(15:45 -0700)
Some valid options (e.g. vp9 qmin=0) can crash some libav encoders (mpeg4).
gtk/src/videohandler.c
patch
|
blob
|
history
diff --git
a/gtk/src/videohandler.c
b/gtk/src/videohandler.c
index 5d2f42b7eea777efc6de09388cdd7c21bb14268d..e93c34c880902839b02c3f0d61c93869afc8c95b 100644
(file)
--- a/
gtk/src/videohandler.c
+++ b/
gtk/src/videohandler.c
@@
-84,6
+84,7
@@
vcodec_changed_cb(GtkWidget *widget, signal_user_data_t *ud)
ghb_ui_update(ud, "VideoTune", ghb_int_value(0));
ghb_ui_update(ud, "VideoProfile", ghb_int_value(0));
ghb_ui_update(ud, "VideoLevel", ghb_int_value(0));
+ ghb_ui_update(ud, "VideoOptionExtra", ghb_string_value(""));
// Set the range of the preset slider
int encoder = ghb_get_video_encoder(ud->settings);