diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-04 12:30:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-04 12:30:25 +0200 |
commit | 741f5b021a0494676de0dab543f8a9591ec2e01e (patch) | |
tree | 51b8243f64192e37c61bf03d18a25f40fd4c0d6d /libavutil/internal.h | |
parent | 047dcfabc7e8932490836be94ef3b2ecc8289ab0 (diff) | |
parent | 29abb04e73b0580ebe38703cadb988d26df6a76a (diff) | |
download | ffmpeg-741f5b021a0494676de0dab543f8a9591ec2e01e.tar.gz |
Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'
* commit '29abb04e73b0580ebe38703cadb988d26df6a76a':
libspeexdec: If the channel count is not valid, decode as stereo.
libspeexdec: improve setting of Speex mode and sample rate
libspeex: Add a private option for enabling VAD
xtea: Test inplace decryption
xtea: Fix CBC decryption when src==dst
xtea: Factorize testing into a separate function
configure: Refactor HAVE_ options available on the command line
avconv/avprobe: Add missing 'void' to exit_program() definition
Allow use of strncpy()
blowfish: Add more tests
blowfish: Fix CBC decryption with dst==src
blowfish: Factorize testing into a separate function
Conflicts:
configure
libavcodec/libspeexdec.c
libavutil/xtea.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 2f92db6853..f18e37a243 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -71,8 +71,6 @@ #define sprintf sprintf_is_forbidden_due_to_security_issues_use_snprintf #undef strcat #define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat -#undef strncpy -#define strncpy strncpy_is_forbidden_due_to_security_issues_use_av_strlcpy #undef exit #define exit exit_is_forbidden #undef printf |