Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 10 Aug 2011 18:07:35 +0000 (14:07 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 10 Aug 2011 19:40:52 +0000 (15:40 -0400)
bits_per_raw_sample is used in video as well, where sample_fmt is not used.

libavcodec/avcodec.h

index 702e775..5bc1878 100644 (file)
@@ -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.
      */