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

Unified Diff: media/filters/decrypting_audio_decoder.h

Issue 11420070: Remove locking from FFmpegDemuxerStream and associated TODOs from media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/filters/decrypting_audio_decoder.cc » ('j') | media/filters/decrypting_audio_decoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/decrypting_audio_decoder.h
diff --git a/media/filters/decrypting_audio_decoder.h b/media/filters/decrypting_audio_decoder.h
index 4fb08c8a50938869e33f7ecfa39eb87404cc24e5..988fb6c53cce0f9fc367f04a7fffe094cf1341ad 100644
--- a/media/filters/decrypting_audio_decoder.h
+++ b/media/filters/decrypting_audio_decoder.h
@@ -95,10 +95,6 @@ class MEDIA_EXPORT DecryptingAudioDecoder : public AudioDecoder {
void ReadFromDemuxerStream();
- // Callback for DemuxerStream::Read().
- void DecryptAndDecodeBuffer(DemuxerStream::Status status,
- const scoped_refptr<DecoderBuffer>& buffer);
-
// Carries out the buffer decrypting/decoding operation scheduled by
// DecryptAndDecodeBuffer().
xhwang 2012/11/20 17:54:34 update this comment.
scherkus (not reviewing) 2012/11/20 19:16:07 Done.
void DoDecryptAndDecodeBuffer(DemuxerStream::Status status,
« no previous file with comments | « no previous file | media/filters/decrypting_audio_decoder.cc » ('j') | media/filters/decrypting_audio_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698