From 78071a1420b425dfb787ac739048f523007b8139 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 6 Oct 2012 11:18:06 +0200 Subject: pixfmt: add AV_ prefixes to PIX_FMT_* --- doc/APIchanges | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 75c3c5268c..76475dacaf 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,14 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-10-xx - xxxxxxx - lavu 51.42.0 - pixfmt.h + Rename PixelFormat to AVPixelFormat and all PIX_FMT_* to AV_PIX_FMT_*. + To provide backwards compatibility, PixelFormat is now #defined as + AVPixelFormat. + Note that this can break user code that includes pixfmt.h and uses the + 'PixelFormat' identifier. Such code should either #undef PixelFormat + or stop using the PixelFormat name. + 2012-10-05 - e7ba5b1 - lavr 1.0.0 - avresample.h Data planes parameters to avresample_convert() and avresample_read() are now uint8_t** instead of void**. -- cgit v1.2.1