diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-09 17:28:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-09 17:28:51 +0100 |
| commit | 11d0d8d07917543d6c40a6bb1fe5581ae216f5aa (patch) | |
| tree | 666bc0e50e2c872cef79ceea690f3999fef4bffc /src/lib/video_content.cc | |
| parent | 883d885dc8690519d205c8baa275385af8a39f4b (diff) | |
| parent | 0b97307b78b1d5e017e97ff90d5d05102cb70c1c (diff) | |
Merge branch '1.0' of ssh://houllier/home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 84dee81d1..99471edc1 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -40,7 +40,7 @@ VideoContent::VideoContent (shared_ptr<const Film> f, Time s, ContentVideoFrame : Content (f, s) , _video_length (len) , _video_frame_rate (0) - , _ratio (0) + , _ratio (Ratio::from_id ("185")) { } @@ -49,7 +49,7 @@ VideoContent::VideoContent (shared_ptr<const Film> f, boost::filesystem::path p) : Content (f, p) , _video_length (0) , _video_frame_rate (0) - , _ratio (0) + , _ratio (Ratio::from_id ("185")) { } |
