]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
build: Store library version numbers in .version files
[ffmpeg] / libavfilter / avfilter.h
index 65918fc474ac14c7edaa436105e125901eafd6a3..568480dd3e4d4c9a201cd2283c93cd1cc41183e0 100644 (file)
@@ -244,6 +244,8 @@ typedef struct AVFilter {
 
     int priv_size;      ///< size of private data to allocate for the filter
 
+    int flags_internal; ///< Additional flags for avfilter internal use only.
+
     /**
      * Used by the filter registration system. Must not be touched by any other
      * code.
@@ -441,7 +443,7 @@ void avfilter_uninit(void);
  * is not registered.
  *
  * @param filter the filter to register
- * @return 0 if the registration was succesfull, a negative value
+ * @return 0 if the registration was successful, a negative value
  * otherwise
  */
 int avfilter_register(AVFilter *filter);