Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 2:00 PM, Michael Niedermayer wrote: On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote: On 8/16/2016 9:31 AM, Michael Niedermayer wrote: breaks build libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a function) libavformat/avisynth.c:1

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote: > On 8/16/2016 9:31 AM, Michael Niedermayer wrote: > > > >breaks build > > > >libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in > >a function) > >libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ unde

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 9:46 AM, Roger Pack wrote: Does this require some version check in configure to be added as well? No. We ship the header ourselves, rendering a version check in configure moot. What configure checks for is the presence of the dynamic loading functionality that the library depen

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 9:31 AM, Michael Niedermayer wrote: breaks build libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a function) libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ undeclared here (not in a function) libavformat/avisynth.c:101:43: error: ‘AVS_PLANAR_R’

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Roger Pack
Does this require some version check in configure to be added as well? On 8/16/16, Michael Niedermayer wrote: > On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote: >> A number of new pix_fmts have been added to AviSynth+: >> 16-bit packed RGB and RGBA >> 10-, 12-, 14, and 16-bit Y

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote: > A number of new pix_fmts have been added to AviSynth+: > 16-bit packed RGB and RGBA > 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4 > 8-, 10-, 12-, 14-, and 16-bit Planar RGB > 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and

[FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-15 Thread Stephen Hutchinson
A number of new pix_fmts have been added to AviSynth+: 16-bit packed RGB and RGBA 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4 8-, 10-, 12-, 14-, and 16-bit Planar RGB 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and Planar RGBA* 10-, 12-, 14-, and 16-bit GRAY variants* 32-bit floating point P