]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/internal.h
lavfi/extractplanes: Fix in_pixfmts.
[ffmpeg] / libavfilter / internal.h
index 766debeb714a077feffe4b4374855c3dcb57fb9e..769e65b2fc04c1b543b835d54deeb0c610de84f7 100644 (file)
@@ -86,7 +86,7 @@ struct AVFilterPad {
      * Input pads only.
      *
      * @return >= 0 on success, a negative AVERROR on error. This function
-     * must ensure that samplesref is properly unreferenced on error if it
+     * must ensure that frame is properly unreferenced on error if it
      * hasn't been passed on to another filter.
      */
     int (*filter_frame)(AVFilterLink *link, AVFrame *frame);