| Index: media/filters/ffmpeg_audio_decoder.h
|
| diff --git a/media/filters/ffmpeg_audio_decoder.h b/media/filters/ffmpeg_audio_decoder.h
|
| index d2ba8c53408f0b4c405046c86d960ddce14f64a1..99fef1b943b12620a48e0cb586bec60c1946b441 100644
|
| --- a/media/filters/ffmpeg_audio_decoder.h
|
| +++ b/media/filters/ffmpeg_audio_decoder.h
|
| @@ -65,8 +65,12 @@ class MEDIA_EXPORT FFmpegAudioDecoder : public AudioDecoder {
|
| // Decoded audio format.
|
| int bits_per_channel_;
|
| ChannelLayout channel_layout_;
|
| + int channels_;
|
| int samples_per_second_;
|
|
|
| + // AVSampleFormat initially requested; not Chrome's SampleFormat.
|
| + int av_sample_format_;
|
| +
|
| // Used for computing output timestamps.
|
| scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
|
| int bytes_per_frame_;
|
|
|