diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-12-07 18:33:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-12-07 18:33:00 +0000 |
commit | 6dc7d5da70292edcd7c9b17706caa938f79b853b (patch) | |
tree | dbb01c66a047bc88e766d3f2f4acff66ea234d8e /libavcodec/dsputil.h | |
parent | f95778f80d27538b68c72858914bcccfbcda02cf (diff) | |
download | ffmpeg-6dc7d5da70292edcd7c9b17706caa938f79b853b.tar.gz |
ff_check_alignment to warn the user about a missaligned stack
Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index c728c1bcab..7a401cdf9d 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -410,6 +410,8 @@ typedef struct DSPContext { void dsputil_static_init(void); void dsputil_init(DSPContext* p, AVCodecContext *avctx); +int ff_check_alignment(void); + /** * permute block according to permuatation. * @param last last non zero element in scantable order |