]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/options.c
avcodec: Remove deprecated avcodec_get_context_defaults3
[ffmpeg] / libavcodec / options.c
index b8d4a9faf614a8fa7350a07c024becc5e7104235..833072b192207851bae7aefa5e27175911215dda 100644 (file)
@@ -160,13 +160,6 @@ static int init_context_defaults(AVCodecContext *s, const AVCodec *codec)
     return 0;
 }
 
-#if FF_API_GET_CONTEXT_DEFAULTS
-int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec)
-{
-    return init_context_defaults(s, codec);
-}
-#endif
-
 AVCodecContext *avcodec_alloc_context3(const AVCodec *codec)
 {
     AVCodecContext *avctx= av_malloc(sizeof(AVCodecContext));