]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/internal.h
x86: h264: Convert 8-bit QPEL inline assembly to YASM
[ffmpeg] / libavfilter / internal.h
index 3a2d50d65c94a365b679f5f86ef3c772aa229983..6f868ae89fe66756a6210ced0d03d7e202716243 100644 (file)
@@ -98,8 +98,10 @@ struct AVFilterPad {
      * in the link structure during start_frame().
      *
      * Input video pads only.
+     *
+     * @return >= 0 on success, a negative AVERROR on error.
      */
-    void (*end_frame)(AVFilterLink *link);
+    int (*end_frame)(AVFilterLink *link);
 
     /**
      * Slice drawing callback. This is where a filter receives video data