[FFmpeg-cvslog] Remove incorrect info in documentation of AVCodecContext. bits_per_raw_sample.

Justin Ruggles git at videolan.org
Thu Sep 22 01:17:24 CEST 2011


ffmpeg | branch: release/0.8 | Justin Ruggles <justin.ruggles at gmail.com> | Wed Aug 10 14:07:35 2011 -0400| [f629fcd308059a41f55a6022afee0f737af5fc02] | committer: Anton Khirnov

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 d271d5b2152cafe540f3ab71d3be6ce8636d2fd6)

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f629fcd308059a41f55a6022afee0f737af5fc02
---

 libavcodec/avcodec.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9a3076a..0269892 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2559,7 +2559,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.
      */



More information about the ffmpeg-cvslog mailing list