Index: media/base/media_format.h |
diff --git a/media/base/media_format.h b/media/base/media_format.h |
index 8b9cdb0646b75525cfd703400f143cb63fd5f970..7b53d632d7087f28326000821c6c1694898a3d65 100644 |
--- a/media/base/media_format.h |
+++ b/media/base/media_format.h |
@@ -26,10 +26,10 @@ extern const char kMajorTypeAudio[]; |
extern const char kMajorTypeVideo[]; |
} // namespace mime_type |
-// MediaFormat is used to describe the output of a MediaFilterInterface to |
-// determine whether a downstream filter can accept the output from an upstream |
-// filter. In general, every MediaFormat contains a MIME type describing |
-// its output as well as additional key-values describing additional details. |
+// MediaFormat is used to describe the output of a Filter to determine whether |
+// a downstream filter can accept the output from an upstream filter. |
+// In general, every MediaFormat contains a MIME type describing its output as |
+// well as additional key-values describing additional details. |
// |
// For example, an audio decoder could output audio/x-uncompressed and include |
// additional key-values such as the number of channels and the sample rate. |