Commit d81f92fa authored by stefano's avatar stefano

Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name

is more clear and lexically more consistent with API and
documentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 745e506f
This diff is collapsed.
......@@ -55,7 +55,7 @@ typedef struct AVComponentDescriptor{
*/
typedef struct AVPixFmtDescriptor{
const char *name;
uint8_t nb_channels; ///< The number of components each pixel has, (1-4)
uint8_t nb_components; ///< The number of components each pixel has, (1-4)
/**
* Amount to shift the luma width right to find the chroma width.
......
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