Re: [FFmpeg-devel] avcodec/proresenc (aw and ks) : use correct bitstream version in frame header

2019-03-21 Thread Paul B Mahol
On 3/21/19, James Almer wrote: > On 3/21/2019 5:33 PM, Paul B Mahol wrote: >> On 3/16/19, Martin Vignali wrote: >>> Hello >>> >>> Patch in attach change bitstream version in prores frame header >>> (based on RDD36) >>> 0 for 422 >>> 1 for 444 with ou without alpha >>> >>> 001 : Fix for prores_aw

Re: [FFmpeg-devel] avcodec/proresenc (aw and ks) : use correct bitstream version in frame header

2019-03-21 Thread James Almer
On 3/21/2019 5:33 PM, Paul B Mahol wrote: > On 3/16/19, Martin Vignali wrote: >> Hello >> >> Patch in attach change bitstream version in prores frame header >> (based on RDD36) >> 0 for 422 >> 1 for 444 with ou without alpha >> >> 001 : Fix for prores_aw (update 444 fate test) >> 002 : Fix for pro

Re: [FFmpeg-devel] avcodec/proresenc (aw and ks) : use correct bitstream version in frame header

2019-03-21 Thread Paul B Mahol
On 3/16/19, Martin Vignali wrote: > Hello > > Patch in attach change bitstream version in prores frame header > (based on RDD36) > 0 for 422 > 1 for 444 with ou without alpha > > 001 : Fix for prores_aw (update 444 fate test) > 002 : Fix for prores_ks (no fate update because 444 is not tested for

[FFmpeg-devel] avcodec/proresenc (aw and ks) : use correct bitstream version in frame header

2019-03-16 Thread Martin Vignali
Hello Patch in attach change bitstream version in prores frame header (based on RDD36) 0 for 422 1 for 444 with ou without alpha 001 : Fix for prores_aw (update 444 fate test) 002 : Fix for prores_ks (no fate update because 444 is not tested for ks encoder) Pass fate for me (x86_64 macos) Marti