From 54c2421647d8a2fe332f65ca581dae81c8e91488 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 12 Dec 2009 16:28:59 +0000 Subject: [PATCH] Add an entry for the av_bmg_next() function addition. Originally committed as revision 20809 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 9238af6396..f3df2767d4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-12-12 - r20808 - lavu 50.6.0 - av_bmg_next() + Introduce the av_bmg_next() function. + 2009-12-05 - r20734 - lavfi 1.12.0 - avfilter_draw_slice() Add a slice_dir parameter to avfilter_draw_slice().