Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-21 Thread James Almer
On 12/9/2019 6:07 PM, James Almer wrote: > On 12/3/2019 5:00 PM, James Almer wrote: >> On 12/3/2019 5:19 AM, Michael Niedermayer wrote: >>> On Mon, Dec 02, 2019 at 01:18:36PM -0300, James Almer wrote: Signed-off-by: James Almer --- >>> This is meant to be squashed with patch 2/3, ot

Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-09 Thread James Almer
On 12/3/2019 5:00 PM, James Almer wrote: > On 12/3/2019 5:19 AM, Michael Niedermayer wrote: >> On Mon, Dec 02, 2019 at 01:18:36PM -0300, James Almer wrote: >>> Signed-off-by: James Almer >>> --- >> >>> This is meant to be squashed with patch 2/3, otherwise it will write >>> duplicate >>> compatib

Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-03 Thread James Almer
On 12/3/2019 5:19 AM, Michael Niedermayer wrote: > On Mon, Dec 02, 2019 at 01:18:36PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- > >> This is meant to be squashed with patch 2/3, otherwise it will write >> duplicate >> compatible brands, and a lot of tests will have to be upd

Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-03 Thread James Almer
On 12/3/2019 5:20 AM, Carl Eugen Hoyos wrote: > Am Mo., 2. Dez. 2019 um 17:19 Uhr schrieb James Almer : >> >> Signed-off-by: James Almer >> --- >> This is meant to be squashed with patch 2/3, otherwise it will write >> duplicate >> compatible brands, and a lot of tests will have to be updated twi

Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-03 Thread Carl Eugen Hoyos
Am Mo., 2. Dez. 2019 um 17:19 Uhr schrieb James Almer : > > Signed-off-by: James Almer > --- > This is meant to be squashed with patch 2/3, otherwise it will write duplicate > compatible brands, and a lot of tests will have to be updated twice. > > I'm sending it like this to make reviewing/readin

Re: [FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-03 Thread Michael Niedermayer
On Mon, Dec 02, 2019 at 01:18:36PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > This is meant to be squashed with patch 2/3, otherwise it will write duplicate > compatible brands, and a lot of tests will have to be updated twice. I dont think 2 updates are a problem if it keeps

[FFmpeg-devel] [PATCH 1/3] avformat/movenc: write the major brand also as the first compatible brand

2019-12-02 Thread James Almer
Signed-off-by: James Almer --- This is meant to be squashed with patch 2/3, otherwise it will write duplicate compatible brands, and a lot of tests will have to be updated twice. I'm sending it like this to make reviewing/reading easier. libavformat/movenc.c | 61 +++