Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/isom: add comment to mov_mdhd_language_map

2020-07-02 Thread Michael Niedermayer
On Wed, Jul 01, 2020 at 10:04:48PM +0800, zhilizhao wrote: > Hi Michael, > > > On Jul 1, 2020, at 5:27 PM, Michael Niedermayer > > wrote: > > > > On Sat, Jun 27, 2020 at 10:26:43PM +0800, Zhao Zhili wrote: > >> --- > >> The following code is used to do the reformat: > >> https://gist.github.com

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/isom: add comment to mov_mdhd_language_map

2020-07-01 Thread zhilizhao
Hi Michael, > On Jul 1, 2020, at 5:27 PM, Michael Niedermayer > wrote: > > On Sat, Jun 27, 2020 at 10:26:43PM +0800, Zhao Zhili wrote: >> --- >> The following code is used to do the reformat: >> https://gist.github.com/quink-black/8643d8fab8b3f49ff6ace6916111d2c4 >> >> libavformat/isom.c | 158

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/isom: add comment to mov_mdhd_language_map

2020-07-01 Thread Michael Niedermayer
On Sat, Jun 27, 2020 at 10:26:43PM +0800, Zhao Zhili wrote: > --- > The following code is used to do the reformat: > https://gist.github.com/quink-black/8643d8fab8b3f49ff6ace6916111d2c4 > > libavformat/isom.c | 158 +++-- > 1 file changed, 139 insertions(+)

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/isom: add comment to mov_mdhd_language_map

2020-06-30 Thread Zhao Zhili
Ping for review, thanks! > On Jun 27, 2020, at 10:26 PM, Zhao Zhili wrote: > > --- > The following code is used to do the reformat: > https://gist.github.com/quink-black/8643d8fab8b3f49ff6ace6916111d2c4 > > libavformat/isom.c | 158 +++-- > 1 file changed,

[FFmpeg-devel] [PATCH v2 1/3] avformat/isom: add comment to mov_mdhd_language_map

2020-06-27 Thread Zhao Zhili
--- The following code is used to do the reformat: https://gist.github.com/quink-black/8643d8fab8b3f49ff6ace6916111d2c4 libavformat/isom.c | 158 +++-- 1 file changed, 139 insertions(+), 19 deletions(-) diff --git a/libavformat/isom.c b/libavformat/isom.c