| Index: media/ffmpeg/ffmpeg_common.h
|
| diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
|
| index 38f70d0da0261c570cdca6ec0da494892d25eb85..62c6385bd48978d4ef75d2497e79732b02b237f3 100644
|
| --- a/media/ffmpeg/ffmpeg_common.h
|
| +++ b/media/ffmpeg/ffmpeg_common.h
|
| @@ -72,8 +72,8 @@ MEDIA_EXPORT base::TimeDelta ConvertFromTimeBase(const AVRational& time_base,
|
| MEDIA_EXPORT int64 ConvertToTimeBase(const AVRational& time_base,
|
| const base::TimeDelta& timestamp);
|
|
|
| -void AVCodecContextToAudioDecoderConfig(
|
| - const AVCodecContext* codec_context,
|
| +void AVStreamToAudioDecoderConfig(
|
| + const AVStream* stream,
|
| AudioDecoderConfig* config);
|
| void AudioDecoderConfigToAVCodecContext(
|
| const AudioDecoderConfig& config,
|
|
|