mbox series

[FFmpeg-devel,v3,0/1] avformat/demux: Add durationprobesize AVOption

Message ID 20240305175048.2062540-1-nicolas.gaullier@cji.paris
Headers show
Series avformat/demux: Add durationprobesize AVOption | expand

Message

Nicolas Gaullier March 5, 2024, 5:50 p.m. UTC
Thanks to Anton:
- fixed APIchanges
- reworded the nebulous "calculated using PTS" both for duration_probesize and older skip_estimate_duration_from_pts
- documented avformat.h for the special 0 value meaning default behaviour

Plus:
Added "see also" cross links in apidoc between skip_estimate_duration_from_pts and duration_probesize
Added version.h lost previously

Nicolas Gaullier (1):
  avformat/demux: Add durationprobesize AVOption

 doc/APIchanges              |  3 +++
 doc/formats.texi            | 16 +++++++++++++++-
 libavformat/avformat.h      | 12 ++++++++++++
 libavformat/demux.c         | 13 ++++++++-----
 libavformat/options_table.h |  1 +
 libavformat/version.h       |  2 +-
 6 files changed, 40 insertions(+), 7 deletions(-)