X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Futils.c;h=bb0351d7f57d2fe727bd3e1c533456b51aac0ad2;hb=119ebd642a6ceeeb506f46aa229870aefa97794b;hp=7d944268d35ef1831ba5936d4cea0238c4452294;hpb=131f2c2712479a44332866b442526abe97e0c316;p=ffmpeg diff --git a/libavformat/utils.c b/libavformat/utils.c index 7d944268d35..bb0351d7f57 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -122,11 +122,6 @@ MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, data_codec) MAKE_ACCESSORS(AVFormatContext, format, int, metadata_header_padding) MAKE_ACCESSORS(AVFormatContext, format, void *, opaque) MAKE_ACCESSORS(AVFormatContext, format, av_format_control_message, control_message_cb) -#if FF_API_OLD_OPEN_CALLBACKS -FF_DISABLE_DEPRECATION_WARNINGS -MAKE_ACCESSORS(AVFormatContext, format, AVOpenCallback, open_cb) -FF_ENABLE_DEPRECATION_WARNINGS -#endif #endif int64_t av_stream_get_end_pts(const AVStream *st)