[Ffmpeg-cvslog] r6035 - trunk/libavutil/avutil.h
michael
subversion
Sun Aug 20 20:10:47 CEST 2006
Author: michael
Date: Sun Aug 20 20:10:45 2006
New Revision: 6035
Modified:
trunk/libavutil/avutil.h
Log:
compatibility warning
Modified: trunk/libavutil/avutil.h
==============================================================================
--- trunk/libavutil/avutil.h (original)
+++ trunk/libavutil/avutil.h Sun Aug 20 20:10:45 2006
@@ -70,7 +70,7 @@
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
More information about the ffmpeg-cvslog
mailing list