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

Stephen Hutchinson qyot27 at gmail.com
Tue Aug 16 19:57:53 EEST 2016


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’ undeclared here (not in a function)
> libavformat/avisynth.c:103:57: error: ‘AVS_PLANAR_A’ undeclared here (not in a function)
> libavformat/avisynth.c: In function ‘avisynth_read_packet_video’:
> libavformat/avisynth.c:686:36: error: ‘AviSynthLibrary’ has no member named ‘avs_is_planar_rgb’
> libavformat/avisynth.c:687:36: error: ‘AviSynthLibrary’ has no member named ‘avs_is_planar_rgba’
> make: *** [libavformat/avisynth.o] Error 1
>

That looks like the other patch updating compat/avisynth/avisynth_c.h 
wasn't applied first.


More information about the ffmpeg-devel mailing list