summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-02-28 17:56:45 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-02-28 17:56:45 +0000
commitccec0f4f94adbcfe774dba4cb8d3b483dfac1b19 (patch)
tree5486e5684966f7d114b18fec52459e5f08f8cab2 /libavcodec/avcodec.h
parent39c39d5f252c52f370a174d1f68e9195fea3be10 (diff)
downloadffmpeg-streaming-ccec0f4f94adbcfe774dba4cb8d3b483dfac1b19.zip
ffmpeg-streaming-ccec0f4f94adbcfe774dba4cb8d3b483dfac1b19.tar.gz
get rid of rtp_mode field after next major bump
Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud