diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-24 20:43:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-24 21:15:57 +0200 |
commit | 93342de1d88081822dad55af70dd4738cd15d242 (patch) | |
tree | 7dd3f6fe644743880f7be2554570bda7497688c7 /libavcodec | |
parent | 3ccf22c64a0065fa08fe642500f193394fd83d01 (diff) | |
parent | 6a433fdba82ff241be2e9193f66a43689766e4d7 (diff) | |
download | ffmpeg-93342de1d88081822dad55af70dd4738cd15d242.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code
rtmp: Move the CONFIG_ condition into the if conditions
aac: Mention abbreviation as well in long_name
build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled
doc: Add Git configuration section
configure: Add a dependency on https for rtmpts
rtp: Only choose static payload types if the sample rate and channels are right
Conflicts:
doc/git-howto.texi
libavformat/rtmpproto.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aacdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 42fac7ca1c..fa71c77ddc 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -2892,7 +2892,7 @@ AVCodec ff_aac_decoder = { .init = aac_decode_init, .close = aac_decode_close, .decode = aac_decode_frame, - .long_name = NULL_IF_CONFIG_SMALL("Advanced Audio Coding"), + .long_name = NULL_IF_CONFIG_SMALL("AAC (Advanced Audio Coding)"), .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, |