diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-11 20:17:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-11 20:39:20 +0200 |
commit | d912e449b655797407a75527380c566955b71a8e (patch) | |
tree | 392b432edecba4d8a714da69dc123900d43b5be9 /libavcodec/avcodec.h | |
parent | 961a1a81d88a05afabb895f8a9dd11e789a07d89 (diff) | |
parent | c766eb1ce1edb3ad03472b78c21e42c543b04937 (diff) | |
download | ffmpeg-d912e449b655797407a75527380c566955b71a8e.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ac3enc: add macros for option names to make them more understandable.
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
cavs: fix some crashes with invalid bitstreams
ac3enc: clip coupling coordinates during calculation
Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.
lavc: fix parentheses placement in avcodec_open2().
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3a1eef1957..4f0ed2d385 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2635,7 +2635,6 @@ typedef struct AVCodecContext { /** * Bits per sample/pixel of internal libavcodec pixel/sample format. - * This field is applicable only when sample_fmt is AV_SAMPLE_FMT_S32. * - encoding: set by user. * - decoding: set by libavcodec. */ |