diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
| commit | c719feb3cc4a5627827f8576a9b34756f701d59d (patch) | |
| tree | cd3d016956e5da693fdd048440d532cd6b3fe2d5 /src/lib/video_content.h | |
| parent | 4981bba0d5103dc92dba5d5f79d5296dd2078402 (diff) | |
Various fixes to PTS mangling.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index e7bbad9e1..46c8efdeb 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -87,6 +87,8 @@ protected: VideoContent::Frame _video_length; private: + friend class ffmpeg_pts_offset_test; + libdcp::Size _video_size; float _video_frame_rate; Crop _crop; |
