Ticket #1728: dvbrecorder_fix.patch
File dvbrecorder_fix.patch, 579 bytes (added by , 19 years ago) |
---|
-
libs/libmythtv/dvbrecorder.cpp
old new void DVBRecorder::SetStreamData(MPEGStre 279 279 atsc->SetDesiredChannel(atsc->DesiredMajorChannel(), 280 280 atsc->DesiredMinorChannel()); 281 281 else if (data->DesiredProgram() >= 0) 282 data->SetDesiredProgram( atsc->DesiredProgram());282 data->SetDesiredProgram(data->DesiredProgram()); 283 283 } 284 284 } 285 285