summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-04 12:30:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-04 12:30:25 +0200
commit741f5b021a0494676de0dab543f8a9591ec2e01e (patch)
tree51b8243f64192e37c61bf03d18a25f40fd4c0d6d /libavutil/internal.h
parent047dcfabc7e8932490836be94ef3b2ecc8289ab0 (diff)
parent29abb04e73b0580ebe38703cadb988d26df6a76a (diff)
downloadffmpeg-streaming-741f5b021a0494676de0dab543f8a9591ec2e01e.zip
ffmpeg-streaming-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 2f92db6..f18e37a 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
OpenPOWER on IntegriCloud