diff avcodec.h @ 4608:62e88c68166c libavcodec

get rid of rtp_mode field after next major bump
author bcoudurier
date Wed, 28 Feb 2007 17:56:45 +0000
parents 2cd245d65761
children d9c2365b346a
line wrap: on
line diff
--- a/avcodec.h	Wed Feb 28 17:40:31 2007 +0000
+++ b/avcodec.h	Wed Feb 28 17:56:45 2007 +0000
@@ -907,8 +907,10 @@
 
     void *priv_data;
 
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
     /* unused, FIXME remove*/
     int rtp_mode;
+#endif
 
     int rtp_payload_size;   /* The size of the RTP payload: the coder will  */
                             /* do it's best to deliver a chunk with size    */