Ticket #5744: TVRec_TuningNewRecorder_mythtv-0.21-fixes-18432.diff
File TVRec_TuningNewRecorder_mythtv-0.21-fixes-18432.diff, 665 bytes (added by , 17 years ago) |
---|
-
libs/libmythtv/tv_rec.cpp
3997 3997 3998 3998 #ifdef USING_V4L 3999 3999 if (GetV4LChannel()) 4000 {4001 4000 channel->InitPictureAttributes(); 4002 CloseChannel();4003 }4004 4001 #endif 4005 4002 4006 4003 pthread_create(&recorder_thread, NULL, TVRec::RecorderThread, recorder); … … 4012 4009 stateChangeLock.lock(); 4013 4010 4014 4011 if (GetV4LChannel()) 4012 { 4013 CloseChannel(); 4015 4014 channel->SetFd(recorder->GetVideoFd()); 4015 } 4016 4016 4017 4017 SetFlags(kFlagRecorderRunning | kFlagRingBufferReady); 4018 4018