diff avcore.h @ 15:665cb0c97133 libavcore

Implement av_get_image_linesize() and use it in ff_get_plane_bytewidth(). The new implementation is more generic, more compact and more correct.
author stefano
date Thu, 12 Aug 2010 15:05:58 +0000
parents 97c3fe501477
children 1a1faa090ff1
line wrap: on
line diff
--- a/avcore.h	Fri Aug 06 09:36:50 2010 +0000
+++ b/avcore.h	Thu Aug 12 15:05:58 2010 +0000
@@ -27,7 +27,7 @@
 #include <libavutil/avutil.h>
 
 #define LIBAVCORE_VERSION_MAJOR  0
-#define LIBAVCORE_VERSION_MINOR  3
+#define LIBAVCORE_VERSION_MINOR  4
 #define LIBAVCORE_VERSION_MICRO  0
 
 #define LIBAVCORE_VERSION_INT   AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \