You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Clarify output of av_get_bits_per_pixel
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
7cbc4cb442
commit
ede75ebc9b
@@ -177,7 +177,8 @@ char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat pix_fmt
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the number of bits per pixel used by the pixel format
|
* Return the number of bits per pixel used by the pixel format
|
||||||
* described by pixdesc.
|
* described by pixdesc. Note that this is not the same as the number
|
||||||
|
* of bits per sample.
|
||||||
*
|
*
|
||||||
* The returned number of bits refers to the number of bits actually
|
* The returned number of bits refers to the number of bits actually
|
||||||
* used for storing the pixel information, that is padding bits are
|
* used for storing the pixel information, that is padding bits are
|
||||||
|
Reference in New Issue
Block a user