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

Unified Diff: media/filters/bitstream_converter.h

Issue 10690140: Reorganize bitstream converter classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/filters/bitstream_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/bitstream_converter.h
diff --git a/media/filters/bitstream_converter.h b/media/filters/bitstream_converter.h
index c08143e11b854616ff752b31b73a49a8863bb761..3f4bac9f5d2dfc016d8766a7f2c90042b2d65135 100644
--- a/media/filters/bitstream_converter.h
+++ b/media/filters/bitstream_converter.h
@@ -43,18 +43,6 @@ class MEDIA_EXPORT BitstreamConverter {
DISALLOW_COPY_AND_ASSIGN(BitstreamConverter);
};
-class IdentityBitstreamConverter : public BitstreamConverter {
- public:
- IdentityBitstreamConverter() {}
- virtual ~IdentityBitstreamConverter() {}
-
- virtual bool Initialize() OVERRIDE;
- virtual bool ConvertPacket(AVPacket* packet) OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(IdentityBitstreamConverter);
-};
-
class MEDIA_EXPORT FFmpegBitstreamConverter : public BitstreamConverter {
Ami GONE FROM CHROMIUM 2012/07/11 17:25:47 Any reason not to collapse this into the base now
public:
// Creates FFmpegBitstreamConverter based on the FFmpeg bistream filter
« no previous file with comments | « no previous file | media/filters/bitstream_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698