Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4607:d15120610df2 | 4608:62e88c68166c |
|---|---|
| 905 | 905 |
| 906 struct AVCodec *codec; | 906 struct AVCodec *codec; |
| 907 | 907 |
| 908 void *priv_data; | 908 void *priv_data; |
| 909 | 909 |
| 910 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | |
| 910 /* unused, FIXME remove*/ | 911 /* unused, FIXME remove*/ |
| 911 int rtp_mode; | 912 int rtp_mode; |
| 913 #endif | |
| 912 | 914 |
| 913 int rtp_payload_size; /* The size of the RTP payload: the coder will */ | 915 int rtp_payload_size; /* The size of the RTP payload: the coder will */ |
| 914 /* do it's best to deliver a chunk with size */ | 916 /* do it's best to deliver a chunk with size */ |
| 915 /* below rtp_payload_size, the chunk will start */ | 917 /* below rtp_payload_size, the chunk will start */ |
| 916 /* with a start code on some codecs like H.263 */ | 918 /* with a start code on some codecs like H.263 */ |
