Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: remove write_colr warning

2022-12-14 Thread zhilizhao(赵志立)
> On Dec 14, 2022, at 18:51, Gyan Doshi wrote: > > > On 2022-12-12 10:11 am, Gyan Doshi wrote: >> The old warning is no longer applicable after this block was recomposed in >> c5b20cfe19. The block is only active for supported formats. > > Plan to push tomorrow. > > >> --- >> libavformat/m

Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: remove write_colr warning

2022-12-14 Thread Gyan Doshi
On 2022-12-12 10:11 am, Gyan Doshi wrote: The old warning is no longer applicable after this block was recomposed in c5b20cfe19. The block is only active for supported formats. Plan to push tomorrow. --- libavformat/movenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfor