]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avcodec.c
avfilter/formats: Remove avfilter_make_format64_list()
[ffmpeg] / libavcodec / avcodec.c
index 24f6922d4fb7a1b65879dd114025415bf071fb1b..01fe8a6d9786b3d9d54c3ed4effd650932829cd6 100644 (file)
@@ -102,13 +102,6 @@ static void unlock_avcodec(const AVCodec *codec)
         ff_mutex_unlock(&codec_mutex);
 }
 
-#if FF_API_LOCKMGR
-int av_lockmgr_register(int (*cb)(void **mutex, enum AVLockOp op))
-{
-    return 0;
-}
-#endif
-
 static int64_t get_bit_rate(AVCodecContext *ctx)
 {
     int64_t bit_rate;