# HG changeset patch # User michael # Date 1156097445 0 # Node ID 262c44b493f999a6df77c5ebf58c34f6fc4e3b84 # Parent dc973a8c90fd43d049699af50c1b4b76848a0806 compatibility warning diff -r dc973a8c90fd -r 262c44b493f9 avutil.h --- a/avutil.h Sun Aug 20 13:04:19 2006 +0000 +++ b/avutil.h Sun Aug 20 18:10:45 2006 +0000 @@ -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