diff --git a/mythtv/libs/libmythtv/recorders/NuppelVideoRecorder.cpp b/mythtv/libs/libmythtv/recorders/NuppelVideoRecorder.cpp
index f7bf640..de2611b 100644
|
a
|
b
|
extern "C" {
|
| 66 | 66 | #include "RTjpegN.h" |
| 67 | 67 | |
| 68 | 68 | #include "programinfo.h" |
| | 69 | #include "mythsystemevent.h" |
| 69 | 70 | |
| 70 | 71 | #define LOC QString("NVR(%1): ").arg(videodevice) |
| 71 | 72 | |
| … |
… |
void NuppelVideoRecorder::WriteVideo(VideoFrame *frame, bool skipsync,
|
| 3099 | 3100 | ringBuffer->Write(out, out_len); |
| 3100 | 3101 | } |
| 3101 | 3102 | |
| | 3103 | if (framesWritten == 0) |
| | 3104 | SendMythSystemRecEvent("REC_STARTED_WRITING", curRecording); |
| | 3105 | |
| 3102 | 3106 | frameofgop++; |
| 3103 | 3107 | framesWritten++; |
| 3104 | 3108 | |