diff avcodec.h @ 9722:0bfb23c7633d libavcodec

remove apparently unused real_pict_num from AVCodecContext
author bcoudurier
date Wed, 27 May 2009 21:40:10 +0000
parents 4b6766057548
children 0d6f887d91fb
line wrap: on
line diff
--- a/avcodec.h	Wed May 27 19:55:35 2009 +0000
+++ b/avcodec.h	Wed May 27 21:40:10 2009 +0000
@@ -31,7 +31,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR 29
-#define LIBAVCODEC_VERSION_MICRO  0
+#define LIBAVCODEC_VERSION_MICRO  1
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \
@@ -1117,7 +1117,9 @@
      */
     int frame_size;
     int frame_number;   ///< audio or video frame number
+#if LIBAVCODEC_VERSION_MAJOR < 53
     int real_pict_num;  ///< Returns the real picture number of previous encoded frame.
+#endif
 
     /**
      * Number of frames the decoded output will be delayed relative to