OSDN Git Service

lavf: rescale duration for chained muxers.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 27 Feb 2013 16:47:15 +0000 (17:47 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Thu, 28 Feb 2013 18:20:25 +0000 (19:20 +0100)
commit89f9f69e3fa50083fd9df9c0628885c88f36bf4a
treecd6be53ead483cd12aecb06db2573d85b080059e
parentbf63a474cabb6e4114bd3f87272276017e07f775
lavf: rescale duration for chained muxers.

Fix trac ticket #2300 because the duration of the segments
was computed using the timestamp of the last packet plus its
duration using the 1/90000 default time base instead of using
the chained muxer time base.
libavformat/utils.c