[FFmpeg-devel] [PATCH] packet: add description for the AVPacket.time_base field
Lynne
dev at lynne.ee
Fri Dec 3 23:46:39 EET 2021
This description documents the field. Thanks to elenril for
suggesting the phrasing.
Patch attached, but it's literally 3 lines:
```
/**
* Time base of the packet's timestamps.
+ * In the future, this field may be set on packets output by encoders or
+ * demuxers, but its value will be by default ignored on input to decoders
+ * or muxers.
*/
AVRational time_base;
```
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-packet-add-description-for-the-AVPacket.time_base-fi.patch
Type: text/x-patch
Size: 847 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20211203/f7da1198/attachment.bin>
More information about the ffmpeg-devel
mailing list