Skip to content

Commit

Permalink
Extend the benefits of [6c8aeb1] to the ASI recorder.
Browse files Browse the repository at this point in the history
[6c8aeb1] allowed DVB recorders to continue recording after a loss of signal.
Not making the same improvement to the ASI recorder was simply an oversight at
the time. It took me a while to find the time to test the ASI patch once I
realized my oversight.
  • Loading branch information
daniel-kristjansson committed May 27, 2012
1 parent 931fe9c commit 0a1f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/asistreamhandler.cpp
Expand Up @@ -144,7 +144,7 @@ void ASIStreamHandler::run(void)
return;
}

DeviceReadBuffer *drb = new DeviceReadBuffer(this);
DeviceReadBuffer *drb = new DeviceReadBuffer(this, true, false);
bool ok = drb->Setup(_device, _fd, _packet_size, _buf_size);
if (!ok)
{
Expand Down

0 comments on commit 0a1f8a7

Please sign in to comment.