diff options
author | jstebbins <[email protected]> | 2011-09-01 17:56:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-09-01 17:56:22 +0000 |
commit | a61a96e30bf2ac698dd8f59f7eaa156e6f7ab015 (patch) | |
tree | cb9c0fd75300d4e27b3943cc880fbcb9b33d618b /gtk/src/hb-backend.h | |
parent | 2a86ec4e31d5eddc17902ce225caaac39f84842e (diff) |
LinGui: Show video codec name in summary tab
I found myself wanting to know what the source video codec was when
I discovered that several of my VC-1 trancodes were crap. So this
adds the video codec name to the summary information I display on the
summary tab.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4197 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 f59d821a6..683ead9c1 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -68,6 +68,7 @@ typedef struct gchar *name; gint index; gint type; + char *video_codec_name; gint width; gint height; gint crop[4]; |