mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
get rid of rtp_mode field after next major bump
Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user