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

Unified Diff: media/filters/ffmpeg_demuxer.h

Issue 8294025: Merge 105121 - Numerous fixes to audio/video buffered resource loading. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: '' Created 9 years, 2 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 | « media/base/seekable_buffer.h ('k') | media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_demuxer.h
===================================================================
--- media/filters/ffmpeg_demuxer.h (revision 105891)
+++ media/filters/ffmpeg_demuxer.h (working copy)
@@ -161,6 +161,10 @@
// 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;
« no previous file with comments | « media/base/seekable_buffer.h ('k') | media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698