Changeset 0a962e61 in ffmpeg

Timestamp:
Apr 14, 2011, 11:51:26 AM (14 years ago)
Author:
Luca Barbato <lu_zero@gentoo.org>
Branches:
master
Children:
ad4c5034
Parents:
302152d4
git-author:
Rudolf Polzer <divVerent@xonotic.org> (04/14/11 09:12:57)
git-committer:
Luca Barbato <lu_zero@gentoo.org> (04/14/11 11:51:26)
Message:

mpegts: force the default timebase

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).

(No files)

Note: See TracChangeset for help on using the changeset viewer.