diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 12:18:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 12:22:18 +0100 |
commit | cb72f698fe5d85f43fa33628718d450dbd066d1c (patch) | |
tree | c43d6cc345bb0e68c0bdd21f840e90bbfba9746e /libavcodec/alpha | |
parent | bb7bc3443dd94ed3a1aa265ff1e9d4b49e78e428 (diff) | |
parent | 11dcecfcca0eca1a571792c4fa3c21fb2cfddddc (diff) | |
download | ffmpeg-cb72f698fe5d85f43fa33628718d450dbd066d1c.tar.gz |
Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc'
* commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc':
vorbisdec: Error on bark_map_size equal to 0.
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r-- | libavcodec/alpha/dsputil_alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/alpha/dsputil_alpha.h b/libavcodec/alpha/dsputil_alpha.h index 16f2d5e6b3..cf5ca3b6bf 100644 --- a/libavcodec/alpha/dsputil_alpha.h +++ b/libavcodec/alpha/dsputil_alpha.h @@ -19,6 +19,7 @@ #ifndef AVCODEC_ALPHA_DSPUTIL_ALPHA_H #define AVCODEC_ALPHA_DSPUTIL_ALPHA_H +#include <stddef.h> #include <stdint.h> void ff_simple_idct_axp(int16_t *block); |