Changeset fe1c1198 in ffmpeg

Timestamp:
Jul 29, 2012, 6:04:42 AM (12 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
7c26761, f66eeff1
Parents:
681ed000
git-author:
Anton Khirnov <anton@khirnov.net> (06/28/12 13:49:51)
git-committer:
Anton Khirnov <anton@khirnov.net> (07/29/12 06:04:42)
Message:

lavf: use dts difference instead of AVPacket.duration in find_stream_info()

AVPacket.duration is mostly made up and thus completely useless, this is
especially true for video streams.
Therefore use dts difference for framerate estimation and
the max_analyze_duration check.

The asyncts test now needs -analyzeduration, because the default is 5
seconds and the audio stream in the sample appears at ~10 seconds.

(No files)

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