avconv: do not use poorly defined and undocumented AVStream.pts
authorAnton Khirnov <anton@khirnov.net>
Sun, 18 May 2014 10:21:32 +0000 (12:21 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 19 May 2014 05:14:11 +0000 (07:14 +0200)
commitdc40d88625d7e402d58ac3f3df69fbf27aa31ea0
treeca99671e32f87353b58c7a191203470e482757b8
parentc9f8809ee4c576d5833865039bc1c85754448f67
avconv: do not use poorly defined and undocumented AVStream.pts

Use OutputStream.last_mux_dts as an approximation of 'current' output
time instead.
avconv.c