Commit ede75ebc authored by Kieran Kunhya's avatar Kieran Kunhya Committed by Anton Khirnov

Clarify output of av_get_bits_per_pixel

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 7cbc4cb4
...@@ -177,7 +177,8 @@ char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat pix_fmt ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment