lkml.org 
[lkml]   [2005]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[DVB patch 05/54] core: dvb_demux: fix continuity counter error handling
    From: Andreas Oberritter <obi@linuxtv.org>

    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>

    drivers/media/dvb/dvb-core/dvb_demux.c | 1 -
    1 file changed, 1 deletion(-)

    --- linux-2.6.13-git4.orig/drivers/media/dvb/dvb-core/dvb_demux.c 2005-09-04 22:24:24.000000000 +0200
    +++ linux-2.6.13-git4/drivers/media/dvb/dvb-core/dvb_demux.c 2005-09-04 22:27:54.000000000 +0200
    @@ -336,7 +336,6 @@ static int dvb_dmx_swfilter_section_pack
    */
    feed->pusi_seen = 0;
    dvb_dmx_swfilter_section_new(feed);
    - return 0;
    }

    if (buf[1] & 0x40) {
    --

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-09-05 01:48    [W:4.018 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site