From 3f9644531fb06a71290b65fbc97f9a8f29fd8076 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 13 Apr 2006 00:50:12 +0000 Subject: [PATCH 1/1] fix warning --- lib/dvb/demux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2