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

Unified Diff: services/media/framework/parts/decoder.h

Issue 1686363002: Motown: ffmpeg implementations of framework 'parts' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changed the way AVBuffer allocation/deallocation is done in the ffmpeg audio decoder. Created 4 years, 10 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
Index: services/media/framework/parts/decoder.h
diff --git a/services/media/framework/parts/decoder.h b/services/media/framework/parts/decoder.h
index 579ce37b2116061c39d7fd2954770745457cbb24..ed9e1e033fded930df24d8d7f39d28c1fb06d1f2 100644
--- a/services/media/framework/parts/decoder.h
+++ b/services/media/framework/parts/decoder.h
@@ -26,10 +26,6 @@ class Decoder : public Transform {
// Returns the type of the stream the decoder will produce.
virtual std::unique_ptr<StreamType> output_stream_type() = 0;
-
- protected:
- // Initializes the decoder. Called by Decoder::Create.
- virtual Result Init(const StreamType& stream_type) = 0;
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698