From ccec0f4f94adbcfe774dba4cb8d3b483dfac1b19 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 28 Feb 2007 17:56:45 +0000 Subject: get rid of rtp_mode field after next major bump Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f45a8b8..ffa9dbc 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -907,8 +907,10 @@ typedef struct AVCodecContext { 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 */ -- cgit v1.1