Mercurial > libavcodec.hg
diff utils.c @ 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 | d15120610df2 |
children | c1c2e47aa5fe |
line wrap: on
line diff
--- a/utils.c Wed Feb 28 17:40:31 2007 +0000 +++ b/utils.c Wed Feb 28 17:56:45 2007 +0000 @@ -473,7 +473,9 @@ {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E}, {"b_strategy", "strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), FF_OPT_TYPE_INT, 0, INT_MIN, INT_MAX, V|E}, {"hurry_up", NULL, OFFSET(hurry_up), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|D}, +#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) {"rtp_mode", NULL, OFFSET(rtp_mode), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX}, +#endif {"rtp_payload_size", NULL, OFFSET(rtp_payload_size), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E}, {"mv_bits", NULL, OFFSET(mv_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX}, {"header_bits", NULL, OFFSET(header_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},