1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Fix the breakage introduced with 9073ca6c6e
This commit is contained in:
Brad 2011-04-06 17:41:12 -04:00 committed by Anton Khirnov
parent 0464ee9af2
commit 1f6265e011

View File

@ -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 * @param buf input