| Index: media/filters/decrypting_audio_decoder.cc
|
| diff --git a/media/filters/decrypting_audio_decoder.cc b/media/filters/decrypting_audio_decoder.cc
|
| index c5494f04f1c705a89331120a7c8b09550e48bd89..e790e70a1e479a234c0e6daa9a07cdd551336f7b 100644
|
| --- a/media/filters/decrypting_audio_decoder.cc
|
| +++ b/media/filters/decrypting_audio_decoder.cc
|
| @@ -23,8 +23,6 @@
|
|
|
| namespace media {
|
|
|
| -const int DecryptingAudioDecoder::kSupportedBitsPerChannel = 16;
|
| -
|
| static inline bool IsOutOfSync(const base::TimeDelta& timestamp_1,
|
| const base::TimeDelta& timestamp_2) {
|
| // Out of sync of 100ms would be pretty noticeable and we should keep any
|
|
|