summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-27 03:44:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-27 03:44:41 +0200
commit4d34b6c1a1254850e39a36f08f4d2730092a54db (patch)
tree6139f82cbb8c2071889431a643e4eee9078b5fd7 /libavfilter/avfilter.h
parent173715d2918a8b2674e2d93e74d36df037ce4409 (diff)
avfilter: add flag to indicate that alignment is needed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 1e273a5ebe..4970290a01 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -100,6 +100,7 @@ typedef struct AVFilterBuffer {
#define AV_PERM_REUSE 0x08 ///< can output the buffer multiple times, with the same contents each time
#define AV_PERM_REUSE2 0x10 ///< can output the buffer multiple times, modified each time
#define AV_PERM_NEG_LINESIZES 0x20 ///< the buffer requested can have negative linesizes
+#define AV_PERM_ALIGN 0x40 ///< the buffer must be aligned
/**
* Audio specific properties in a reference to an AVFilterBuffer. Since