Quoting James Zern (2023-02-28 22:16:39) > On Tue, Feb 28, 2023 at 4:02 AM Anton Khirnov <an...@khirnov.net> wrote: > > > > It is write-only. > > --- > > libavcodec/libvpxenc.c | 3 --- > > 1 file changed, 3 deletions(-) > > > > libaomenc.c transfers this to AVPacket. You added this in: > 7cf161abe5 lavc/libaomenc: pass through frame durations to encoded packets > Should the same be done here?
We could do that, but the duration types do not match (we use int64_t, libvpx has unsigned long), which adds corner cases that need to be handled. Since I need the machinery for opaque[_ref] anyway, might as well use it for duration. I'll do the same for aomenc when I get to implementing opaque passthrough for it. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".