diff options
author | jstebbins <[email protected]> | 2010-09-30 23:39:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-09-30 23:39:06 +0000 |
commit | e4a8a2d7fbb5280613de16197524715316522e5e (patch) | |
tree | bbdc3acbae3f12470746523f0f7719c1e34ad393 /gtk/src/hb-backend.h | |
parent | 2faa581fa826c8a5057c823ca52d3381fc30b7e0 (diff) |
LinGui: fix some text alignment issues on the picture summary tab
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3559 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 4ca04f07b..ff31e90a3 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -73,6 +73,7 @@ typedef struct gint num_chapters; gint rate; gint rate_base; + gint interlaced; gint aspect_n; gint aspect_d; gint hours; |