Commit 1f6265e0 authored by Brad's avatar Brad Committed by Anton Khirnov

Fix parser: mark av_parser_parse() for removal on next major bump

Fix the breakage introduced with 9073ca6c
parent 0464ee9a
......@@ -105,7 +105,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){
}
}
#if LIBAVCODEC_VERSION_MINOR < 53
#if LIBAVCODEC_VERSION_MAJOR < 53
/**
*
* @param buf input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment