Ticket #1043: seq_end_mythdvd.patch

File seq_end_mythdvd.patch, 386 bytes (added by skamithi@…, 18 years ago)

libavcodec/parser.c patch replacement. please see if this causes dvb playback issues.

  • libs/libavcodec/mpeg12.c

     
    30513051                pc->frame_start_found=1;
    30523052                break;
    30533053            }
     3054            if (state == SEQ_END_CODE)
     3055                return buf_size;
    30543056        }
    30553057    }
    30563058