From: Felix Domke Date: Tue, 18 Jan 2005 06:42:59 +0000 (+0000) Subject: fix small bug introduced with v2 merging X-Git-Tag: 2.6.0~5947 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/160f215065036a56fa709487a7f60239d98e8de3 fix small bug introduced with v2 merging --- diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 0f8190de..5460a59e 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -125,7 +125,6 @@ int eDVBVideo::startPid(int pid) pes.input = DMX_IN_FRONTEND; pes.output = DMX_OUT_DECODER; pes.pes_type = DMX_PES_VIDEO; - pes.pes_type = pes.flags = 0; if (::ioctl(m_fd_demux, DMX_SET_PES_FILTER, &pes) < 0) {