Skip to content

Commit

Permalink
StreamingRingBuffer: Enable the readahead thread for http:// streams
Browse files Browse the repository at this point in the history
The underlying ffmpeg code is doing some pretty good readahead
buffering, so make the most of it.
  • Loading branch information
Mark Kendall committed Jun 2, 2011
1 parent 74a2cbd commit 266e7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/streamingringbuffer.cpp
Expand Up @@ -7,6 +7,7 @@
StreamingRingBuffer::StreamingRingBuffer(const QString &lfilename)
: m_context(NULL)
{
startreadahead = true;
OpenFile(lfilename);
}

Expand Down

0 comments on commit 266e7e2

Please sign in to comment.