Index: media/ffmpeg/ffmpeg_common.h |
diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h |
index 38f70d0da0261c570cdca6ec0da494892d25eb85..271ee16d7eff24938cc56022f2e1a93cea906903 100644 |
--- a/media/ffmpeg/ffmpeg_common.h |
+++ b/media/ffmpeg/ffmpeg_common.h |
@@ -74,6 +74,10 @@ MEDIA_EXPORT int64 ConvertToTimeBase(const AVRational& time_base, |
void AVCodecContextToAudioDecoderConfig( |
ddorwin
2013/03/10 21:29:39
Should this be local to the .cc file now?
fgalligan1
2013/03/12 00:42:42
Done.
|
const AVCodecContext* codec_context, |
+ bool is_encrypted, |
+ AudioDecoderConfig* config); |
+void AVStreamToAudioDecoderConfig( |
+ const AVStream* stream, |
AudioDecoderConfig* config); |
void AudioDecoderConfigToAVCodecContext( |
const AudioDecoderConfig& config, |