[PATCH] dvb: core: dvb_demux: fix continuity counter error handling
authorAndreas Oberritter <obi@linuxtv.org>
Fri, 9 Sep 2005 20:02:22 +0000 (13:02 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:36 +0000 (13:57 -0700)
commit1e0ae280e91a4f69b08770c6ab72808711dd4f2b
tree0589d2c4289d0765494874832c27dfe7977f952b
parentc05100528efe997a27d841230f9f5b2f4adf3d0f
[PATCH] dvb: core: dvb_demux: fix continuity counter error handling

Don't return immediately from dvb_dmx_swfilter_section_packet() if CC is not
ok.  Otherwise a new feed drops all packets until the first packet with CC=0
arrives.

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/dvb-core/dvb_demux.c