diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-22 19:59:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-22 19:59:07 +0000 |
| commit | 305c00f13c929478de39123008d93b52ed2ec7ca (patch) | |
| tree | 782fce23c14185378ede55d0f5393f2024fddaff /tools | |
| parent | 14e4eac6689b5ffe3542d45ad62708507efcd791 (diff) | |
| parent | 6986647a7ec79fe1a83da96c50bbf414dda859c5 (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 59e676f6..e36153d8 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -111,6 +111,7 @@ main (int argc, char* argv[]) << "out:" << (*k)->out() << "; " << "v_position:" << (*k)->v_position() << "; " << "v_align:" << (*k)->v_align() << "; " + << "h_align:" << (*k)->h_align() << "; " << "effect:" << (*k)->effect() << "; " << "effect_color:" << (*k)->effect_color() << "; " << "fade_up_time:" << (*k)->fade_up_time() << "; " |
