diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-14 12:43:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-14 12:43:08 +0100 |
| commit | a0614e6e3b566827381121fdb4ee73268281a70d (patch) | |
| tree | 97fb96cceb7c776a32775e7e5fde1769c9c837e6 /src/lib/audio_stream.h | |
| parent | 8843d281ba06613fc92711d2ea824c35502be78e (diff) | |
Tests of Player::dcp_to_content_video, content_video_to_dcp and
dcp_to_content_audio with some subtle and hopefully reasonable
fixes.
Diffstat (limited to 'src/lib/audio_stream.h')
| -rw-r--r-- | src/lib/audio_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_stream.h b/src/lib/audio_stream.h index 3b236542c..506a3c02d 100644 --- a/src/lib/audio_stream.h +++ b/src/lib/audio_stream.h @@ -50,6 +50,7 @@ protected: private: friend struct audio_sampling_rate_test; + friend struct player_time_calculation_test3; int _frame_rate; AudioMapping _mapping; |
