Index: media/base/pipeline.h |
=================================================================== |
--- media/base/pipeline.h (revision 91577) |
+++ media/base/pipeline.h (working copy) |
@@ -21,6 +21,8 @@ |
namespace media { |
+extern const char kRawMediaScheme[]; |
+ |
struct PipelineStatistics { |
PipelineStatistics() : |
audio_bytes_decoded(0), |
@@ -29,8 +31,8 @@ |
video_frames_dropped(0) { |
} |
- uint32 audio_bytes_decoded; // Should be uint64? |
- uint32 video_bytes_decoded; // Should be uint64? |
+ uint32 audio_bytes_decoded; // Should be uint64? |
+ uint32 video_bytes_decoded; // Should be uint64? |
uint32 video_frames_decoded; |
uint32 video_frames_dropped; |
}; |