diff options
author | jstebbins <[email protected]> | 2015-03-06 18:12:27 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-03-06 18:12:27 +0000 |
commit | b2afa282e450e3c1e7c1ab75925734086e6b706a (patch) | |
tree | 65376e1623e890e518c3dc5f1b847a255b82d2c6 /gtk/src/videohandler.c | |
parent | f6bf7d75908d718ea620ac2e6f691627d0a9e7c2 (diff) |
LinGui: change settings dict from glib to jansson
This will allow for preferences, presets, and queue files to be
written as json instead of plists (currently still plists).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6968 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/videohandler.c')
-rw-r--r-- | gtk/src/videohandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/videohandler.c b/gtk/src/videohandler.c index 70245d0e0..8a5e16591 100644 --- a/gtk/src/videohandler.c +++ b/gtk/src/videohandler.c @@ -21,7 +21,7 @@ #include "preview.h" #include "hb-backend.h" -int ghb_get_video_encoder(GValue *settings) +int ghb_get_video_encoder(GhbValue *settings) { const char *encoder; encoder = ghb_settings_get_const_string(settings, "VideoEncoder"); |