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.
(cherry picked from commit d271d5b215
)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:

committed by
Anton Khirnov

parent
b8fa424ce2
commit
f629fcd308
@@ -2559,7 +2559,6 @@ typedef struct AVCodecContext {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Bits per sample/pixel of internal libavcodec pixel/sample format.
|
* 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.
|
* - encoding: set by user.
|
||||||
* - decoding: set by libavcodec.
|
* - decoding: set by libavcodec.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user