summaryrefslogtreecommitdiff
path: root/libavfilter/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index 8961cb1a65..c3e9522c89 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -160,6 +160,11 @@ int ff_add_format(AVFilterFormats **avff, int fmt);
AVFilterFormats *ff_all_formats(enum AVMediaType type);
/**
+ * Construct a formats list containing all planar sample formats.
+ */
+AVFilterFormats *ff_planar_sample_fmts(void);
+
+/**
* Return a format list which contains the intersection of the formats of
* a and b. Also, all the references of a, all the references of b, and
* a and b themselves will be deallocated.