[PATCH] Add r_frame_rate, which has been stored without X- prefix for a long time

The description is taken from the API documentation of libavformat --- docs/nut.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/nut.txt b/docs/nut.txt index 2cccb51..3641c01 100644 --- a/docs/nut.txt +++ b/docs/nut.txt @@ -1,5 +1,5 @@ ================================== -NUT Open Container Format 20200130 +NUT Open Container Format 20201104 ================================== @@ -1038,6 +1038,13 @@ info packet types instead? is there some other unique way to identify fonts? This stream uses the specified font, if it is unavailable presentation might be less pretty. + "r_frame_rate" + Real base framerate of the stream. + This is the lowest framerate with which all timestamps can be + represented accurately (it is the least common multiple of all + framerates in the stream). Note, this value is just a guess! + For example, if the time base is 1/90000 and all frames have either + approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1. Note: Nonstandard fields should be prefixed by "X-". value -- 2.17.1
participants (1)
-
Michael Niedermayer