]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
[ffmpeg] / libavfilter / avfilter.h
index 2f0e6abdb43d1793a2f97766436cbf030bceff59..6f6c41155f5aa419c54bf20ca0382bccb2b0dc5b 100644 (file)
@@ -35,7 +35,7 @@
 #define LIBAVFILTER_BUILD       LIBAVFILTER_VERSION_INT
 
 #include <stddef.h>
-#include "avcodec.h"
+#include "libavcodec/avcodec.h"
 
 typedef struct AVFilterContext AVFilterContext;
 typedef struct AVFilterLink    AVFilterLink;
@@ -421,7 +421,7 @@ struct AVFilterContext
 
 /**
  * A link between two filters.  This contains pointers to the source and
- * destination filters between which this link exists, and the indices of
+ * destination filters between which this link exists, and the indexes of
  * the pads involved.  In addition, this link also contains the parameters
  * which have been negotiated and agreed upon between the filter, such as
  * image dimensions, format, etc