]> git.sesse.net Git - ffmpeg/commit
lavf/utils: avoid using programs for duration when there's only one
authorRodger Combs <rodger.combs@gmail.com>
Wed, 5 Oct 2016 11:38:24 +0000 (06:38 -0500)
committerRodger Combs <rodger.combs@gmail.com>
Thu, 6 Oct 2016 06:36:05 +0000 (01:36 -0500)
commita6bce3ca90de81eb48db3a70df0b1c309d7d5cf9
treea83ee3738eb1035323290e25cc9fa3f93dfcaf6d
parent4c9c4fe8b21b22e83cde22b5fbaa947ebe5e66d9
lavf/utils: avoid using programs for duration when there's only one

This allows us to be more selective about the streams we derive durations from
(specifically, ignoring text streams with outlier end times) in the common case
libavformat/utils.c