mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 14:54:19 +08:00
avcodec/mpegvideo_enc: Remove deprecated RTP-callback
Deprecated in 462a54e229
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:

committed by
James Almer

parent
b7473ffbf5
commit
cb172ae9ab
@@ -1387,20 +1387,6 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
int trellis;
|
||||
|
||||
#if FF_API_RTP_CALLBACK
|
||||
/**
|
||||
* @deprecated unused
|
||||
*/
|
||||
/* The RTP callback: This function is called */
|
||||
/* every time the encoder has a packet to send. */
|
||||
/* It depends on the encoder if the data starts */
|
||||
/* with a Start Code (it should). H.263 does. */
|
||||
/* mb_nb contains the number of macroblocks */
|
||||
/* encoded in the RTP payload. */
|
||||
attribute_deprecated
|
||||
void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* pass1 encoding statistics output buffer
|
||||
* - encoding: Set by libavcodec.
|
||||
|
Reference in New Issue
Block a user