Le nonidi 29 thermidor, an CCXXIII, Michael Niedermayer a écrit :
> Why is av_buffersink_poll_frame deprecated and removed ?

Its original semantic of recursing through the graph to count the available
frames was unsustainable, some filters did return only a very rough
estimate and some needed very complex code to get an accurate estimate.

With the current requirement that no frame accumulate within the filter
graph, it can be replaced by just querying the sink, possibly with the PEEK
and/or NO_REQUEST flags.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to