summaryrefslogtreecommitdiff
path: root/test/audio_decoder_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-13 15:42:44 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-18 11:50:29 +0100
commitf36136e70efbc19255142319a1676f25fa55f780 (patch)
treeec4b55b53c40be2315bc26ebd6a11d32d028fc98 /test/audio_decoder_test.cc
parent29fe2d3a4c347e15b987f9e61e56d22a21d4678f (diff)
Various text fixes.
Diffstat (limited to 'test/audio_decoder_test.cc')
-rw-r--r--test/audio_decoder_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc
index 45617bc41..d196a0243 100644
--- a/test/audio_decoder_test.cc
+++ b/test/audio_decoder_test.cc
@@ -54,7 +54,7 @@ public:
}
Frame audio_length () const {
- return llrint (61.2942 * audio->stream()->frame_rate ());
+ return llrint (61.2942 * 48000);
}
};