diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-08-10 14:07:35 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-08-10 15:40:52 -0400 |
commit | d271d5b2152cafe540f3ab71d3be6ce8636d2fd6 (patch) | |
tree | 870625a9982f06138e4a728db71fcaadbc553a6b /libavcodec | |
parent | 1d36fb13b088f55ece155153fb6ca8ea278fc837 (diff) | |
download | ffmpeg-d271d5b2152cafe540f3ab71d3be6ce8636d2fd6.tar.gz |
Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.
bits_per_raw_sample is used in video as well, where sample_fmt is not used.
Diffstat (limited to 'libavcodec')
-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 702e775d9d..5bc1878fd0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2587,7 +2587,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. */ |