Changeset ea289186 in ffmpeg

Timestamp:
Mar 3, 2012, 10:03:27 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
4da374f8
Parents:
01be6fa9
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (01/11/12 15:22:47)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (03/03/12 22:03:27)
Message:

ea: fix audio pts

The time base is 1 / sample_rate, not 90000.
Several more codecs encode the sample count in the first 4 bytes of the
chunk, so we set the durations accordingly. Also, we can set start_time and
packet duration instead of keeping track of the sample count in the demuxer.

(No files)

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