From 512557b291d97ce72dc00e8c1e9a8c1c782fade9 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 27 Sep 2011 13:54:25 -0400 Subject: avcodec: remove avcodec_parse_frame and deprecate associated elements. The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only indicates that they are utilized through avcodec_parse_frame(), which was never actually implemented. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index bd55cb0..79aa202 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-xx-xx - xxxxxxx - lavc 53.15.0 + Remove avcodec_parse_frame. + Deprecate AVCodecContext.parse_only and CODEC_CAP_PARSE_ONLY. + 2011-10-xx - xxxxxxx - lavf 53.10.0 Add avformat_new_stream(). Deprecate av_new_stream(). -- cgit v1.1