[FFmpeg-devel] [PATCH v2 1/1] mov: read track title

2021-10-12 Thread Dong Nguyen
x27;s metadata instead of AVFormatContext. Signed-off-by: Dong Nguyen --- libavformat/mov.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index a811bc7677..26d33db5cd 100644 --- a/libavformat/mov.c +++ b/libavformat/

[FFmpeg-devel] [PATCH 1/1] mov: read track title

2021-10-10 Thread Dong Nguyen
this change fix issue [9438](https://trac.ffmpeg.org/ticket/9438) after commit da9cc22d5bd5f59756c2037b02966376da2cf323 ffmpeg is able to write track title metadata to mov/mp4 format file but it is not able to read back the metadata Signed-off-by: Dong Nguyen --- libavformat/mov.c | 15