[FFmpeg-devel] [PATCH] Increase MOV_TIMESCALE for higher precision

2021-03-23 Thread Andrey Rikunov
--- libavformat/movenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.h b/libavformat/movenc.h index cdbc407..8a152c0 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -29,7 +29,7 @@ #define MOV_FRAG_INFO_ALLOC_INCREMENT 64 #define MOV_IN

Re: [FFmpeg-devel] [PATCH] Increase MOV_TIMESCALE for higher precision

2021-03-24 Thread Andrey Rikunov
What do you think? On Wed, Mar 24, 2021 at 2:42 PM Gyan Doshi wrote: > > > On 2021-03-24 15:45, Jan Ekström wrote: > > On Wed, Mar 24, 2021 at 7:30 AM Gyan Doshi wrote: > >> > >> > >> On 2021-03-24 03:38, Andrey Rikunov wrote: > >>> --- >