diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 11:23:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 11:23:56 +0200 |
commit | c496224374d5d786b4c9c51224696d99959ab6dd (patch) | |
tree | ebb521761f7c74205eb2bae1418d7b90ed33cda4 /libavutil/pixdesc.h | |
parent | 8fbe11e623fef2edd92a23c3894462d142f286bb (diff) | |
download | ffmpeg-c496224374d5d786b4c9c51224696d99959ab6dd.tar.gz |
pixdesc: fix project reference in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r-- | libavutil/pixdesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index f1a2dde780..1fa916adcf 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -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_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 * stored in the file. */ |