Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: fix duration in mdhd box

2022-01-05 Thread zhilizhao(赵志立)
> On Dec 18, 2021, at 2:48 AM, Martin Storsjö wrote: > > On Fri, 17 Dec 2021, Zhao Zhili wrote: > >> mvhd and tkhd present the post-editlist duration, while mdhd should >> have the pre-editlist duration. Regression since c2424b1f3. >> --- >> libavformat/movenc.c | 2 +- >> tests/ref/fate/moven

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: fix duration in mdhd box

2021-12-17 Thread Martin Storsjö
On Fri, 17 Dec 2021, Zhao Zhili wrote: mvhd and tkhd present the post-editlist duration, while mdhd should have the pre-editlist duration. Regression since c2424b1f3. --- libavformat/movenc.c | 2 +- tests/ref/fate/movenc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Thanks, this loo