mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 11:37:03 +00:00
Remove basically unused variable crc_val
This commit is contained in:
parent
2664394050
commit
7393494ba7
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* See the README file for copyright information and how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: sectionfilter.c,v 1.9 2007/10/05 21:52:16 ajhseppa Exp $
|
* $Id: sectionfilter.c,v 1.10 2007/10/05 21:56:02 ajhseppa Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sectionfilter.h"
|
#include "sectionfilter.h"
|
||||||
@ -20,7 +20,6 @@ cIptvSectionFilter::cIptvSectionFilter(int Index, int devInd,
|
|||||||
secbufp(0),
|
secbufp(0),
|
||||||
seclen(0),
|
seclen(0),
|
||||||
tsfeedp(0),
|
tsfeedp(0),
|
||||||
crc_val(0),
|
|
||||||
pid(Pid),
|
pid(Pid),
|
||||||
id(Index)
|
id(Index)
|
||||||
{
|
{
|
||||||
@ -235,7 +234,6 @@ int cIptvSectionFilter::demux_swfilter_section_copy_dump(const uint8_t *buf, uin
|
|||||||
printf("Non-mismatching seclen! %d, limit = %d\n", seclen_local, limit);
|
printf("Non-mismatching seclen! %d, limit = %d\n", seclen_local, limit);
|
||||||
#endif
|
#endif
|
||||||
seclen = seclen_local;
|
seclen = seclen_local;
|
||||||
crc_val = ~0;
|
|
||||||
/* dump [secbuf .. secbuf+seclen) */
|
/* dump [secbuf .. secbuf+seclen) */
|
||||||
if (pusi_seen)
|
if (pusi_seen)
|
||||||
demux_swfilter_section_feed();
|
demux_swfilter_section_feed();
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* See the README file for copyright information and how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: sectionfilter.h,v 1.5 2007/10/05 21:52:16 ajhseppa Exp $
|
* $Id: sectionfilter.h,v 1.6 2007/10/05 21:56:02 ajhseppa Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __IPTV_SECTIONFILTER_H
|
#ifndef __IPTV_SECTIONFILTER_H
|
||||||
@ -55,8 +55,6 @@ private:
|
|||||||
uint16_t secbufp;
|
uint16_t secbufp;
|
||||||
uint16_t seclen;
|
uint16_t seclen;
|
||||||
uint16_t tsfeedp;
|
uint16_t tsfeedp;
|
||||||
uint32_t crc_val;
|
|
||||||
|
|
||||||
uint16_t pid;
|
uint16_t pid;
|
||||||
int id;
|
int id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user