• Rudolf Polzer's avatar
    mpegts: force the default timebase · 0a962e61
    Rudolf Polzer authored
    The mpegts muxer does not set the stream time base using
    av_set_pts_info, but expects it to have the default value of 1/90000.
    If the calling code changes stream pts before writing the header,
    other muxers override the time base at that point (like mpegenc.c).
    0a962e61
mpegtsenc.c 32.2 KB