Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > OK, then push. Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Paul B Mahol
On 3/7/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> > LGTM >> >> Wait, have you checked this doesn't break previously working cases? > > No. > > What cases could this be? > After the patch, for le original formats, 16bit be input > formats are not supported anymore, for be o

Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > LGTM > > Wait, have you checked this doesn't break previously working cases? No. What cases could this be? After the patch, for le original formats, 16bit be input formats are not supported anymore, for be original formats, 16bit le input formats are not s

Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Paul B Mahol
On 3/7/16, Paul B Mahol wrote: > On 3/5/16, Carl Eugen Hoyos wrote: >> Hi! >> >> I see the following issue here with extractplanes: >> If the input file has a 16bit little endian pix_fmt not supported by >> extractplanes (gbra12le), the filter system has to choose a compatible >> pix_fmt supporte

Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Paul B Mahol
On 3/5/16, Carl Eugen Hoyos wrote: > Hi! > > I see the following issue here with extractplanes: > If the input file has a 16bit little endian pix_fmt not supported by > extractplanes (gbra12le), the filter system has to choose a compatible > pix_fmt supported by the filter and chooses rgba64be her

Re: [FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > If the input file has a 16bit little endian pix_fmt not supported > by extractplanes (gbra12le), the filter system has to choose a > compatible pix_fmt supported by the filter and chooses rgba64be > here. The extractplanes filter returns gray16le as output

[FFmpeg-devel] [PATCH]lavfi/extractplanes: Fix in_pixfmts

2016-03-05 Thread Carl Eugen Hoyos
Hi! I see the following issue here with extractplanes: If the input file has a 16bit little endian pix_fmt not supported by extractplanes (gbra12le), the filter system has to choose a compatible pix_fmt supported by the filter and chooses rgba64be here. The extractplanes filter returns gray16le