diff pixdesc.h @ 791:ecf67bd079fe libavutil

Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name is more clear and lexically more consistent with API and documentation.
author stefano
date Wed, 18 Nov 2009 00:07:20 +0000
parents 9ef56664097a
children 9072135121e0
line wrap: on
line diff
--- a/pixdesc.h	Sat Nov 14 19:15:09 2009 +0000
+++ b/pixdesc.h	Wed Nov 18 00:07:20 2009 +0000
@@ -55,7 +55,7 @@
  */
 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.