diff options
author | jstebbins <[email protected]> | 2008-09-17 00:03:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-17 00:03:01 +0000 |
commit | ead4ea20d18daeb216c7ebed6a0bd625edbf445d (patch) | |
tree | b8268256c2ca2e63dbaf0ab0eb155b24ac597f0e /gtk/src/main.c | |
parent | cb8392a6af3debd635e8f9027177dac9fb01cb24 (diff) |
LinGui: Add mp4 options to queue description
fix a problem with audio bitrate and sample rate after reloading queue
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1706 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index 6dd4aa293..ed07b5ca3 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -475,6 +475,7 @@ main (int argc, char *argv[]) gtk_set_locale (); gtk_init (&argc, &argv); + ghb_register_transforms(); ghb_resource_init(); ghb_load_icons(); |