fix small bug introduced with v2 merging
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 18 Jan 2005 06:42:59 +0000 (06:42 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 18 Jan 2005 06:42:59 +0000 (06:42 +0000)
lib/dvb/decoder.cpp

index 0f8190d..5460a59 100644 (file)
@@ -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)
        {