Set start_time and duration in AVStream instead of AVFormatContext for
authorDavid Conrad <lessen42@gmail.com>
Thu, 21 Jan 2010 09:47:02 +0000 (09:47 +0000)
committerDavid Conrad <lessen42@gmail.com>
Thu, 21 Jan 2010 09:47:02 +0000 (09:47 +0000)
commit0fc07ad9515481120d54005717859cb51dfe8019
tree5674ad8baa6867b10c0d79ade516796e072b3c02
parent1f630b97178cdf1637c96f0eecd0975cde30bb7c
Set start_time and duration in AVStream instead of AVFormatContext for
formats with only one stream; the AVFormatContext values will be derived from
the AVStream and this helps in calculating stream bitrate.

Originally committed as revision 21361 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/ape.c
libavformat/mpc.c
libavformat/wv.c