diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-08-20 18:10:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-08-20 18:10:45 +0000 |
commit | 27cd2c10b045a412a4fc571475ef852ceb08208c (patch) | |
tree | 6b27c2511de1ab26403e11106dc0c2d660ede68f /libavutil/avutil.h | |
parent | 0cb5cfb615a37e08fadee4343f508cf8714a9d07 (diff) | |
download | ffmpeg-27cd2c10b045a412a4fc571475ef852ceb08208c.tar.gz |
compatibility warning
Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index d35bd0eac9..051ef449bf 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -70,7 +70,7 @@ enum PixelFormat { PIX_FMT_XVMC_MPEG2_IDCT, PIX_FMT_UYVY422, ///< Packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1 PIX_FMT_UYYVYY411, ///< Packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3 - PIX_FMT_NB, + PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions }; #ifdef WORDS_BIGENDIAN |