Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 22:15:20 +0300
committerJames Almer <jamrial@gmail.com>2021-04-27 16:43:04 +0300
commitcb172ae9abf465093a607fe216d40c84f677b209 (patch)
treeadacf32f7b9864deb35c2b4720655462dc01d663 /libavcodec/avcodec.h
parentb7473ffbf5c240ded6a9a6c53c006cc0dd4af93c (diff)
avcodec/mpegvideo_enc: Remove deprecated RTP-callback
Deprecated in 462a54e2291e1fa18e1f1254d09739dfbb795617. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 69f69a1aa4..064af12f31 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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.