[FFmpeg-cvslog] r20198 - trunk/doc/APIchanges
Reimar Döffinger
Reimar.Doeffinger
Sat Oct 10 20:34:28 CEST 2009
On Sat, Oct 10, 2009 at 02:26:57PM -0400, Justin Ruggles wrote:
> Reimar D?ffinger wrote:
> >> Index: doc/APIchanges
> >> ===================================================================
> >> --- doc/APIchanges (revision 20199)
> >> +++ doc/APIchanges (working copy)
> >> @@ -15,6 +15,9 @@
> >> 2009-10-07 - r20189 - lavfi 0.5.1 - AVFilterPic
> >> Added w and h fields to AVFilterPic.
> >>
> >> +2009-08-30 - r19747 - lavu 50.3.0 - av_ceil_log2()
> >> + Introduce the av_ceil_log2() function to compute ceil(log2(x)).
> >> +
> >
> > Since this is a new function: IMO bump the minor (if that hasn't been
> > done yet) and put the bumped version here.
> > Ideally these entries should give the version people should test
> > against e.g. if they do conditional compilation or check in configure.
>
> Then should the APIchanges entry show the SVN revision when it was
> bumped or the revision that added the function?
I'd say the revision when the version was bumped, since I think that
can't cause anything bad. But I admit that might be disputable.
More information about the ffmpeg-cvslog
mailing list