Skip to content
Snippets Groups Projects
  • Rudolf Polzer's avatar
    0a962e61
    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
    History
    mpegts: force the default timebase
    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).