| Index: media/filters/ffmpeg_demuxer.h
|
| diff --git a/media/filters/ffmpeg_demuxer.h b/media/filters/ffmpeg_demuxer.h
|
| index 262211179b33d7832e15ea2c98b9ca5eca472532..783372ca89615d80819d41e1e4b7b1ec7bcd4567 100644
|
| --- a/media/filters/ffmpeg_demuxer.h
|
| +++ b/media/filters/ffmpeg_demuxer.h
|
| @@ -147,6 +147,7 @@ class MEDIA_EXPORT FFmpegDemuxer : public Demuxer, public FFmpegURLProtocol {
|
| DemuxerStream::Type type) OVERRIDE;
|
| virtual void SetPreload(Preload preload) OVERRIDE;
|
| virtual base::TimeDelta GetStartTime() const OVERRIDE;
|
| + int GetBitrate() OVERRIDE;
|
|
|
| // FFmpegProtocol implementation.
|
| virtual int Read(int size, uint8* data) OVERRIDE;
|
| @@ -161,10 +162,6 @@ class MEDIA_EXPORT FFmpegDemuxer : public Demuxer, public FFmpegURLProtocol {
|
| // For testing purposes.
|
| void disable_first_seek_hack_for_testing() { first_seek_hack_ = false; }
|
|
|
| - // Returns the bitrate of media file. May be obtained from container or
|
| - // approximated. Returns 0 if it is unknown.
|
| - int GetBitrate();
|
| -
|
| private:
|
| // Only allow a factory to create this class.
|
| friend class MockFFmpegDemuxer;
|
|
|