Re: [FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp

2020-12-10 Thread Gyan Doshi
On 10-12-2020 01:34 pm, hisunzhenli...@outlook.com wrote: From: SunZhenliang Just add HEVC's tag in 3gp tag list and it works to support HEVC in 3gp files. Signed-off-by: SunZhenliang --- libavformat/movenc.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) d

[FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp

2020-12-10 Thread hisunzhenliang
From: SunZhenliang Just add HEVC's tag in 3gp tag list and it works to support HEVC in 3gp files. Signed-off-by: SunZhenliang --- libavformat/movenc.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 18

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp

2020-12-09 Thread Gyan Doshi
On 09-12-2020 11:06 am, hisunzhenli...@outlook.com wrote: From: SunZhenliang Just add HEVC's tag in 3gp tag list and it works to support HEVC in 3gp files. 1) Is there official documentation for this support? 2) Any constraints on codec parameters? Regards, Gyan ___

[FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp

2020-12-08 Thread hisunzhenliang
From: SunZhenliang Just add HEVC's tag in 3gp tag list and it works to support HEVC in 3gp files. Signed-off-by: SunZhenliang --- libavformat/movenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 18fa3f9b5e..8715cb6e5c 100644 --- a/libav