diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-23 18:25:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-23 18:25:57 +0100 |
commit | 8b8ac78ef3a1e4934652665357905ea915a2d97f (patch) | |
tree | 43382b17c8faba000a2a1e8908b4453831ceb1c8 /libavutil | |
parent | 1e7a92f219a8e245128773491346d64c1e6c85fa (diff) | |
parent | cf29f49d8ae00bb153c24b5c8a8f6cb150a91de8 (diff) | |
download | ffmpeg-8b8ac78ef3a1e4934652665357905ea915a2d97f.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtpenc: fix overflow checking in avc_mp4_find_startcode()
rtmp: fix buffer overflows in ff_amf_tag_contents()
rtmp: fix multiple broken overflow checks
float_dsp: Include config.h for redefining restrict
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/float_dsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h index 6cc7e76c11..0bcfe8b06f 100644 --- a/libavutil/float_dsp.h +++ b/libavutil/float_dsp.h @@ -19,6 +19,8 @@ #ifndef AVUTIL_FLOAT_DSP_H #define AVUTIL_FLOAT_DSP_H +#include "config.h" + typedef struct AVFloatDSPContext { /** * Calculate the product of two vectors of floats and store the result in |