Commit 4d34b6c1 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter: add flag to indicate that alignment is needed

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 173715d2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment