Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/mov: add use_hoov option

2021-12-25 Thread Steven Liu
> 在 2021年12月25日,19:42,zhilizhao(赵志立) 写道: > > > >> On Dec 25, 2021, at 6:36 PM, Marton Balint wrote: >> >> On Sat, 25 Dec 2021, Zhao Zhili wrote: >> >>> Fix #8883. >>> --- >>> doc/demuxers.texi | 6 ++ >>> libavformat/isom.h | 1 + >>> libavformat/mov.c | 9 +++-- >>> 3 files changed

Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/mov: add use_hoov option

2021-12-25 Thread zhilizhao(赵志立)
> On Dec 25, 2021, at 6:36 PM, Marton Balint wrote: > > On Sat, 25 Dec 2021, Zhao Zhili wrote: > >> Fix #8883. >> --- >> doc/demuxers.texi | 6 ++ >> libavformat/isom.h | 1 + >> libavformat/mov.c | 9 +++-- >> 3 files changed, 14 insertions(+), 2 deletions(-) >> >> diff --git a/doc/de

Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/mov: add use_hoov option

2021-12-25 Thread Steven Liu
> 在 2021年12月25日,18:36,Marton Balint 写道: > > > > On Sat, 25 Dec 2021, Zhao Zhili wrote: > >> Fix #8883. >> --- >> doc/demuxers.texi | 6 ++ >> libavformat/isom.h | 1 + >> libavformat/mov.c | 9 +++-- >> 3 files changed, 14 insertions(+), 2 deletions(-) >> >> diff --git a/doc/demuxers

Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/mov: add use_hoov option

2021-12-25 Thread Marton Balint
On Sat, 25 Dec 2021, Zhao Zhili wrote: Fix #8883. --- doc/demuxers.texi | 6 ++ libavformat/isom.h | 1 + libavformat/mov.c | 9 +++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index cab8a7072c..276b536ac5 100644 --- a/doc/dem