]> git.sesse.net Git - ffmpeg/commit
avcodec/avcodec: Add missing deprecation to AVCodecParser.next
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Feb 2021 00:45:11 +0000 (01:45 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Feb 2021 20:51:11 +0000 (21:51 +0100)
commite4524270f4e21f40669e1bae9267508658a5ddf3
treed4a89096517c96036b5df0f4a14f677321f168df
parente96ea80e85b848eaa1992f27851120c7a985bd63
avcodec/avcodec: Add missing deprecation to AVCodecParser.next

The whole old next API has been deprecated in commit
7e8eba2d8755962d9dca5eade57bf8f591a73c0c, yet deprecating the next
pointer has been forgotten (the next pointers of other structures are
below the public API delimiter, but such a delimiter doesn't exist for
AVCodecParser).

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/avcodec.h
libavcodec/parsers.c