From 160f215065036a56fa709487a7f60239d98e8de3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 18 Jan 2005 06:42:59 +0000 Subject: [PATCH] fix small bug introduced with v2 merging --- lib/dvb/decoder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 0f8190d..5460a59 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) { -- 2.7.4