diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-23 16:12:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-23 16:12:14 +0100 |
| commit | 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 (patch) | |
| tree | a6da82bdd59d98f19661ab1da2415cbc37353b0f /test/audio_decoder_test.cc | |
| parent | f24452ee5fe7af655a16d4e1a3bb1c87a54596cc (diff) | |
Revert "Avoid decoding other packets when looking for subs."
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49.
It causes corruption in prophet_clip.xml for reasons that
are not yet known.
Diffstat (limited to 'test/audio_decoder_test.cc')
| -rw-r--r-- | test/audio_decoder_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc index 48118c1b7..44d0d60f4 100644 --- a/test/audio_decoder_test.cc +++ b/test/audio_decoder_test.cc @@ -65,7 +65,7 @@ public: , _position (0) {} - bool pass (PassReason) + bool pass () { Frame const N = min ( Frame (2000), |
