Re: [FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-02-11 Thread Wang Chuan
On Feb 9, 2022, 7:31 AM +0800, Jan Ekström , wrote: > On Tue, Feb 8, 2022 at 9:48 AM Wang Chuan wrote: > > > > Any news? > > > > Sorry, was not able to get to this according to the time line I > expected. Will see if I can find some time for this soon. > > The attempt I had done in October was qui

Re: [FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-02-08 Thread Jan Ekström
On Tue, Feb 8, 2022 at 9:48 AM Wang Chuan wrote: > > Any news? > Sorry, was not able to get to this according to the time line I expected. Will see if I can find some time for this soon. The attempt I had done in October was quite similar now that I look at it again (https://github.com/jeeb/ffm

Re: [FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-02-07 Thread Wang Chuan
Any news? On 2022/2/4 19:10, Jan Ekström wrote: On Fri, Feb 4, 2022 at 5:24 AM Wang Chuan wrote: Ping? On Jan 28, 2022, 11:24 AM +0800, Wang Chuan , wrote: if we are reading udta in trak box, the data should go to metadata of current stream. Signed-off-by: Wang Chuan --- libavformat/mov.c |

Re: [FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-02-04 Thread Jan Ekström
On Fri, Feb 4, 2022 at 5:24 AM Wang Chuan wrote: > > Ping? > On Jan 28, 2022, 11:24 AM +0800, Wang Chuan , wrote: > > if we are reading udta in trak box, the data should go to metadata > > of current stream. > > > > Signed-off-by: Wang Chuan > > --- > > libavformat/mov.c | 5 - > > 1 file chan

Re: [FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-02-03 Thread Wang Chuan
Ping? On Jan 28, 2022, 11:24 AM +0800, Wang Chuan , wrote: > if we are reading udta in trak box, the data should go to metadata > of current stream. > > Signed-off-by: Wang Chuan > --- > libavformat/mov.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavformat/mov.c

[FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box

2022-01-27 Thread Wang Chuan
if we are reading udta in trak box, the data should go to metadata of current stream. Signed-off-by: Wang Chuan --- libavformat/mov.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 1437d160f8..cb983defb3 100644 --- a/libavform