Commit c4962243 authored by Michael Niedermayer's avatar Michael Niedermayer

pixdesc: fix project reference in comment

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8fbe11e6
...@@ -93,7 +93,7 @@ typedef struct AVPixFmtDescriptor{ ...@@ -93,7 +93,7 @@ typedef struct AVPixFmtDescriptor{
#define PIX_FMT_PLANAR 16 ///< At least one pixel component is not in the first data plane #define PIX_FMT_PLANAR 16 ///< At least one pixel component is not in the first data plane
#define PIX_FMT_RGB 32 ///< The pixel format contains RGB-like data (as opposed to YUV/grayscale) #define PIX_FMT_RGB 32 ///< The pixel format contains RGB-like data (as opposed to YUV/grayscale)
/** /**
* The pixel format is "pseudo-paletted". This means that Libav treats it as * The pixel format is "pseudo-paletted". This means that FFmpeg treats it as
* paletted internally, but the palette is generated by the decoder and is not * paletted internally, but the palette is generated by the decoder and is not
* stored in the file. * stored in the file.
*/ */
......
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