diff options
author | Brad <brad@comstyle.com> | 2011-04-06 17:41:12 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-06 23:45:34 +0200 |
commit | 1f6265e011f6e56562b2f58c182bc0261062b3c4 (patch) | |
tree | 8dfd15975c394a513a8f5a62a4efaa8374d13d69 | |
parent | 0464ee9af2a3c17d78642f203cfeeb5d66c70bf2 (diff) | |
download | ffmpeg-1f6265e011f6e56562b2f58c182bc0261062b3c4.tar.gz |
Fix parser: mark av_parser_parse() for removal on next major bump
Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
-rw-r--r-- | libavcodec/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 0c69b91754..3ba3e9c4c7 100644 --- a/libavcodec/parser.c +++ b/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 |