Mercurial > libavcodec.hg
diff avcodec.h @ 12298:bfc36c0fea55 libavcodec
Move fill_image_linesize() and fill_image_data_ptr() from
libavcodec/imgconvert.c and make them public in libavcore/imgutils.h,
with the names av_fill_image_linesizes() and av_fill_image_pointers().
| author | stefano |
|---|---|
| date | Thu, 29 Jul 2010 23:44:57 +0000 |
| parents | fbc6fc80e6c6 |
| children | 5dffb531b1cc |
line wrap: on
line diff
--- a/avcodec.h Thu Jul 29 22:45:21 2010 +0000 +++ b/avcodec.h Thu Jul 29 23:44:57 2010 +0000 @@ -31,7 +31,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 84 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MICRO 2 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \
