diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-27 03:45:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-27 03:45:02 +0200 |
commit | d18fd13f301eaa33191d5c2a27e7bba85296137d (patch) | |
tree | 82feb0bdf5229998d1db6d8ebabefaa862fa6771 /libavfilter/avfilter.h | |
parent | 4d34b6c1a1254850e39a36f08f4d2730092a54db (diff) | |
download | ffmpeg-d18fd13f301eaa33191d5c2a27e7bba85296137d.tar.gz |
avfilter: add named constamt to indicate the amount of alignment that AV_PERM_ALIGN means.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 4970290a01..5d204e7151 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -102,6 +102,8 @@ typedef struct AVFilterBuffer { #define AV_PERM_NEG_LINESIZES 0x20 ///< the buffer requested can have negative linesizes #define AV_PERM_ALIGN 0x40 ///< the buffer must be aligned +#define AVFILTER_ALIGN 16 //not part of ABI + /** * Audio specific properties in a reference to an AVFilterBuffer. Since * AVFilterBufferRef is common to different media formats, audio specific |