Index: media/base/audio_decoder_config.h |
diff --git a/media/base/audio_decoder_config.h b/media/base/audio_decoder_config.h |
index 90f51c19982000d8869dbadecabfe535b41e64b2..6e58c5b407896d746d67f5f111e33bccf234192b 100644 |
--- a/media/base/audio_decoder_config.h |
+++ b/media/base/audio_decoder_config.h |
@@ -35,6 +35,9 @@ enum AudioCodec { |
kAudioCodecMax = kCodecPCM_MULAW // Must equal the last "real" codec above. |
}; |
+// TODO(dalecurtis): FFmpeg API uses |bytes_per_channel| instead of |
+// |bits_per_channel|, we should switch over since bits are generally confusing |
+// to work with. |
class MEDIA_EXPORT AudioDecoderConfig { |
public: |
// Constructs an uninitialized object. Clients should call Initialize() with |