Skip to content

Commit

Permalink
RingBuffer: A little extra debugging for http streaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed May 24, 2011
1 parent e84472e commit a266ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/streamingringbuffer.cpp
Expand Up @@ -31,6 +31,7 @@ bool StreamingRingBuffer::OpenFile(const QString &lfilename, uint retry_ms)
av_register_all();

filename = lfilename;
VERBOSE(VB_GENERAL, LOC + QString("Trying %1").arg(filename));

int res = url_open(&m_context, filename.toAscii(), URL_RDONLY);

Expand Down

0 comments on commit a266ef7

Please sign in to comment.