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:
Andreas Rheinhardt
2021-02-25 20:15:20 +01:00
committed by James Almer
parent b7473ffbf5
commit cb172ae9ab
3 changed files with 0 additions and 38 deletions

View File

@@ -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.