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

Nicolas Gaullier nicolas.gaullier at cji.paris
Tue Mar 5 19:50:47 EET 2024


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(-)

-- 
2.30.2



More information about the ffmpeg-devel mailing list