Re: [FFmpeg-devel] [PATCH 8/8] lavc/libvpxenc: drop FrameListData.duration

2023-03-01 Thread Anton Khirnov
Quoting James Zern (2023-02-28 22:16:39) > On Tue, Feb 28, 2023 at 4:02 AM Anton Khirnov 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/libaomen

Re: [FFmpeg-devel] [PATCH 8/8] lavc/libvpxenc: drop FrameListData.duration

2023-02-28 Thread James Zern
On Tue, Feb 28, 2023 at 4:02 AM Anton Khirnov 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