From b8873c2a8f8cf1e18f8abfc20dd4e6b039e683ef Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 18 Nov 2009 00:07:20 +0000 Subject: Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name is more clear and lexically more consistent with API and documentation. Originally committed as revision 20545 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/pixdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/pixdesc.h') diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index fd1428fd81..207bf00f27 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -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. -- cgit v1.2.3