1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding
When decoding, this field holds the inverse of the framerate that can be
written in the headers for some codecs. Using a field called 'time_base'
for this is very misleading, as there are no timestamps associated with
it. Furthermore, this field is used for a very different purpose during
encoding.

Add a new field, called 'framerate', to replace the use of time_base for
decoding.
2014-10-15 06:37:43 +00:00
..
2014-01-29 23:27:18 +01:00
2013-08-28 11:02:56 +02:00
2013-07-25 19:43:32 +02:00
2014-08-04 12:56:42 +03:00
2012-12-21 00:18:34 +01:00
2014-09-04 07:14:27 -07:00
2012-12-21 00:18:34 +01:00