]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
avcodec/jpeg2000: Check comp coords to be within the supported size
[ffmpeg] / libavfilter / avfilter.h
index 5d4cd6ce12fc950a069f20fd61b0e34675f9dea1..7aac3cf93425637eb31c2769177c80480c2f6cfe 100644 (file)
@@ -445,11 +445,12 @@ struct AVFilterLink {
     int age_index;
 
     /**
-     * Frame rate of the stream on the link, or 1/0 if unknown;
-     * if left to 0/0, will be automatically be copied from the first input
+     * Frame rate of the stream on the link, or 1/0 if unknown or variable;
+     * if left to 0/0, will be automatically copied from the first input
      * of the source filter if it exists.
      *
      * Sources should set it to the best estimation of the real frame rate.
+     * If the source frame rate is unknown or variable, set this to 1/0.
      * Filters should update it if necessary depending on their function.
      * Sinks can use it to set a default output frame rate.
      * It is similar to the r_frame_rate field in AVStream.