On Mon, 23 Jan 2012 00:28:13 +0200, Uoti Urpala <[email protected]> wrote: > On Sun, 2012-01-22 at 10:28 +0100, Anton Khirnov wrote: > > AVFrame.age is also a recent deprecation, but for the user apps it only > > means dropping one line, so I think we should drop it. > > But isn't that line actually REQUIRED by all Libav versions until one > month ago? Meaning applications can't handle its removal by "only > dropping one line", if they want to support those Libav versions > (including the latest release, until the new one is actually out).
As Mans already said, 0.8 ignores that field. So if you want to support only 0.8 and later, you can drop it. If you want to support 0.7 as well, you need a bunch of ifdefs anyway. The one around AVFrame.age will be exceptionally simple compared to some others. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
