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

Fix the breakage introduced with 9073ca6c6e
oldabi
Brad 14 years ago committed by Anton Khirnov
parent 0464ee9af2
commit 1f6265e011
  1. 2
      libavcodec/parser.c

@ -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

Loading…
Cancel
Save