Ticket #672: patchrmdata.diff

File patchrmdata.diff, 498 bytes (added by Carl Eugen Hoyos, 15 years ago)
  • libavformat/rmdec.c

    diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
    index 0d88e76..b035922 100644
    a b ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,  
    309309        /* ra type header */
    310310        if (rm_read_audio_stream_info(s, pb, st, rst, 0))
    311311            return -1;
     312    } else if (v == MKTAG(':', 0x02, 0x00, 0x00)) {
     313        goto skip;
    312314    } else {
    313315        int fps;
    314316        if (avio_rl32(pb) != MKTAG('V', 'I', 'D', 'O')) {