1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavformat
Steve Lhomme 3a2b786db0 avformat/matroskadec: adjust the cluster time to the track timebase
The Block timestamp read in matroska_parse_block() is in track timebase and is
passed on as such to the AVPacket which uses this timebase.

In the normal case the Cluster and Track timebases are the same because the
track->time_scale is 1.0. But when it is not the case, the values in Cluster
timebase need to be transformed in Track timebase so they can be added
together.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2020-11-20 15:20:24 +01:00
..
2020-10-03 21:50:59 +02:00
2019-12-12 19:25:33 +01:00
2020-11-04 23:30:53 +01:00
2020-11-09 14:58:38 +10:00
2020-10-25 23:44:26 +10:00
2020-11-09 14:58:38 +10:00
2019-12-12 19:25:33 +01:00
2020-10-06 00:01:35 +08:00
2020-10-06 00:01:27 +08:00
2020-11-11 17:05:24 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2020-03-17 16:05:49 +01:00
2019-12-12 19:25:33 +01:00
2020-03-17 16:04:42 +01:00
2020-10-24 19:11:12 +02:00
2020-11-04 23:30:53 +01:00
2020-03-17 16:08:13 +01:00
2020-10-20 13:00:04 +02:00
2020-10-07 22:16:09 +02:00
2020-09-24 13:38:28 +02:00
2020-10-25 09:49:26 +01:00
2020-09-18 11:30:03 +02:00
2020-11-09 14:58:38 +10:00
2020-06-18 21:31:13 +02:00
2019-10-08 13:47:16 +08:00
2020-09-03 18:11:00 +02:00
2020-09-03 18:03:18 +02:00
2020-10-24 19:11:12 +02:00
2020-03-17 22:46:36 +01:00
2020-10-25 09:49:31 +01:00
2020-06-06 00:25:00 +02:00
2020-06-06 00:25:00 +02:00
2020-02-16 12:54:57 +01:00
2020-09-13 16:05:01 +02:00
2020-06-04 10:52:42 +02:00
2020-06-13 00:43:09 +02:00
2020-10-22 20:53:57 +08:00
2020-02-20 14:41:26 +01:00
2020-03-12 18:47:39 +01:00
2020-07-26 16:47:01 +02:00
2020-10-21 17:21:41 +02:00