Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: media/ffmpeg/ffmpeg_common.h

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase code. Add support for audio. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_common.cc » ('j') | media/filters/ffmpeg_demuxer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_common.cc » ('j') | media/filters/ffmpeg_demuxer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698