diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-12 13:47:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-12 13:47:35 +0100 |
| commit | bdbfd6b08856a445446bfd845f1c43109d184250 (patch) | |
| tree | b894142ddd3e6dfc16c4b934e730f0ef9b518646 /test/audio_decoder_test.cc | |
| parent | ad27e9acc3d99a29fdc358da62feb603983f8882 (diff) | |
Remove PassReason stuff.
This feels wrong: it means that it is possible for FFmpegDecoder
to discard packets. I can't see how this is ok in all cases:
maybe we were lucky that it worked at all.
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 880e3d6b6..cd86b73e7 100644 --- a/test/audio_decoder_test.cc +++ b/test/audio_decoder_test.cc @@ -64,7 +64,7 @@ public: , _position (0) {} - bool pass (PassReason) + bool pass () { Frame const N = min ( Frame (2000), |
