[FFmpeg-devel] [PATCH 2/3] avisynth: use AviSynth+'s frame properties to set various fields

Stephen Hutchinson qyot27 at gmail.com
Sat Feb 19 23:45:46 EET 2022


On 2/19/22 3:39 PM, Andreas Rheinhardt wrote:
>> +    if (frameprop = true) {
>> +
>> +        frame  = avs_library.avs_get_frame(avs->clip, framedata);
> 
> framedata is completely uninitialized here. I presume it should be zero
> (for the first frame)? (This is Coverity issue 1500290.)
> 

I don't remember why I left that uninitialized (there's a vague memory 
of something, almost certainly unrelated since it works now, but it was 
months ago at this point).

Patch sent.


More information about the ffmpeg-devel mailing list