Skip to content
Snippets Groups Projects
Commit 1f6265e0 authored by Brad's avatar Brad Committed by Anton Khirnov
Browse files

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

Fix the breakage introduced with 9073ca6c
parent 0464ee9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment