ffmpeg | branch: master | Nicolas George <geo...@nsup.org> | Mon Dec  2 
16:46:11 2019 +0100| [02daafb45c5e638629a4104be6c09b824d55786a] | committer: 
Nicolas George

lavfi: remove AVFilterPad.poll_frame().

This design is no longer used and was replaced a long time ago.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02daafb45c5e638629a4104be6c09b824d55786a
---

 libavfilter/internal.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index f98127c442..abe7537b5d 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -92,17 +92,6 @@ struct AVFilterPad {
      */
     int (*filter_frame)(AVFilterLink *link, AVFrame *frame);
 
-    /**
-     * Frame poll callback. This returns the number of immediately available
-     * samples. It should return a positive value if the next request_frame()
-     * is guaranteed to return one frame (with no delay).
-     *
-     * Defaults to just calling the source poll_frame() method.
-     *
-     * Output pads only.
-     */
-    int (*poll_frame)(AVFilterLink *link);
-
     /**
      * Frame request callback. A call to this should result in some progress
      * towards producing output over the given link. This should return zero

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to