Re: [FFmpeg-devel] [PATCH] avformat/movenc: remove the write_clli mov flag

2020-04-13 Thread Michael Bradshaw
On Mon, Apr 13, 2020 at 10:32 AM James Almer wrote: > Should be AV_LOG_VERBOSE, or just removed. Otherwise every muxing > process where there's no CLL side data will print this, and that'll be > the vast majority of cases. > Okay, I switched it to verbose. LGTM otherwise. Thanks. Pushed.

Re: [FFmpeg-devel] [PATCH] avformat/movenc: remove the write_clli mov flag

2020-04-13 Thread James Almer
On 4/13/2020 1:12 PM, Michael Bradshaw wrote: > The clli atom is expected to be standardized soon. See > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html > > This patch will write the clli atom by default. > > Please review. > From a3e74f36c8035716bd89796547722a05e7e014de Mon Sep

[FFmpeg-devel] [PATCH] avformat/movenc: remove the write_clli mov flag

2020-04-13 Thread Michael Bradshaw
The clli atom is expected to be standardized soon. See http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html This patch will write the clli atom by default. Please review. 0001-avformat-movenc-remove-the-write_clli-mov-flag.patch Description: Binary data __