From 18ded93ab3db5996cd86fe2f5b36ba3c4bd58711 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 1 May 2011 14:10:20 +0200 Subject: lavc: add format field to AVFrame The format is a per-frame property, having it in AVFrame simplify the operation of extraction of that information, since avoids the need to access the codec/stream context. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index a17922e11c..e46ee48e36 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-07 - xxxxxxx - lavc 53.5.0 - AVFrame + Add format field to AVFrame. + 2011-05-07 - xxxxxxx - lavc 53.4.0 - AVFrame Add width and height fields to AVFrame. -- cgit v1.2.3