Re: [FFmpeg-devel] [PATCH 1/2] Move AVPicture definition from lavc to lavu

2014-12-15 Thread Michael Niedermayer
On Sun, Dec 14, 2014 at 04:47:43PM +0100, Clément Bœsch wrote: > This is necessary before moving AVSubtitle* structures. > --- > doc/APIchanges | 4 > libavcodec/avcodec.h | 25 ++--- > libavcodec/version.h | 2 +- > libavutil/Makefile | 1 + > libavutil/picture

[FFmpeg-devel] [PATCH 1/2] Move AVPicture definition from lavc to lavu

2014-12-14 Thread Clément Bœsch
This is necessary before moving AVSubtitle* structures. --- doc/APIchanges | 4 libavcodec/avcodec.h | 25 ++--- libavcodec/version.h | 2 +- libavutil/Makefile | 1 + libavutil/picture.h | 37 + libavutil/version.h | 2 +-