[FFmpeg-devel] [PATCH v2 0/1] avformat/demux: Add durationprobesize AVOption
Nicolas Gaullier
nicolas.gaullier at cji.paris
Tue Mar 5 14:07:50 EET 2024
Thanks to Stefano for the review. So v2 updated with:
- doc/APIchanges
- doc/formats.texi
- revised wording
It remains a question about the naming: duration plural or not ?
The avoption base name is currently durationprobesize / s->duration_probesize
to mimic formatprobesize / s->format_probesize.
But we also have skip_estimate_duration_from_pts / s->skip_estimate_duration_from_pts,
so there is nothing obvious.
Nicolas Gaullier (1):
avformat/demux: Add durationprobesize AVOption
doc/APIchanges | 3 +++
doc/formats.texi | 13 +++++++++++++
libavformat/avformat.h | 9 +++++++++
libavformat/demux.c | 13 ++++++++-----
libavformat/options_table.h | 1 +
5 files changed, 34 insertions(+), 5 deletions(-)
--
2.30.2
More information about the ffmpeg-devel
mailing list