Project

General

Profile

Feature #59 ยป radio_start.diff

Patch that seems to fix the radio bug - sb1066 -, 2010-05-17 11:18

View differences:

src/parsers.c (arbetskopia)
365 365
    len  = st->st_buffer_ptr - hlen - 6;
366 366

  
367 367
    st->st_parser_state = 2;
368

  
368
    if(t->tht_dts_start == AV_NOPTS_VALUE)
369
      t->tht_dts_start = st->st_curdts;
370
    
369 371
    assert(len >= 0);
370 372
    if(len == 0)
371 373
      return;
    (1-1/1)