X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6d21b4675803d8d619c97686daf5cfb195a68cd3..ad88a7130bd75fa1f932d4ae45a8ebee78df4fc3:/lib/dvb/demux.cpp diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index d391420c..f277468d 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -379,7 +379,7 @@ RESULT eDVBTSRecorder::start() dmx_pes_filter_params flt; flt.pes_type = (dmx_pes_type_t)DMX_TAP_TS; - flt.pid = -1; + flt.pid = (__u16)-1; flt.input = DMX_IN_FRONTEND; flt.output = DMX_OUT_TAP; flt.flags = 0;