1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavcodec
Clément Bœsch d8620158c7 lavc/ccaption_dec: remove usage of avctx->time_base
lavc/utils already rescales avpkt->pts to sub->pts in AV_TIME_BASE_Q
before calling the decode callback. This prevents from rescaling again
into the decoder, and avoid the use of avctx->time_base which will
disappear in the incoming codecpar merge.

This commit also replaces the use of "20 centisecond" (ass time base)
with "200 ms".
2016-04-02 19:03:06 +02:00
..
2016-02-27 16:31:46 -06:00
2016-03-28 14:13:17 -08:00
2016-03-31 21:20:39 +01:00
2016-03-28 14:13:17 -08:00
2016-03-29 17:06:15 +02:00
2016-03-28 14:13:17 -08:00
2016-03-03 12:35:21 +01:00
2016-03-07 11:17:31 +01:00
2016-03-04 13:51:42 +01:00
2016-03-16 11:32:51 +01:00
2016-03-16 11:32:51 +01:00
2016-03-28 14:13:17 -08:00
2016-03-07 11:17:31 +01:00
2016-03-07 11:17:31 +01:00
2016-03-13 09:40:09 +01:00
2016-03-12 02:08:45 +01:00
2016-03-12 02:08:45 +01:00
2016-03-28 14:13:17 -08:00
2016-03-28 14:13:17 -08:00
2016-02-28 13:32:01 +01:00