X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=images%2Fimages.h;h=d555ce529f3b48094b92dcd18f981f1b35c87716;hb=1d92ad2e62c2f12405aac4339af536591f721f6a;hp=5449519c172b5abc4dd9816a5c55c7f708ca1ec4;hpb=17d8f7156814e16b2f24adffae8b43bd2eba20fa;p=libucw.git diff --git a/images/images.h b/images/images.h index 5449519c..d555ce52 100644 --- a/images/images.h +++ b/images/images.h @@ -10,7 +10,7 @@ #ifndef _IMAGES_IMAGES_H #define _IMAGES_IMAGES_H -#include "lib/bbuf.h" +#include "ucw/bbuf.h" struct mempool; struct fastbuf; @@ -119,15 +119,15 @@ enum image_format { }; struct image_io { - /* R - read_header input */ - /* H - read_header output */ - /* I - read_data input */ - /* O - read_data output */ - /* W - write input */ + /* R - read_header input */ + /* H - read_header output */ + /* I - read_data input */ + /* O - read_data output */ + /* W - write input */ struct image *image; /* [ OW] - image data */ enum image_format format; /* [R W] - file format (IMAGE_FORMAT_x) */ - struct fastbuf *fastbuf; /* [R W] - source/destination stream */ + struct fastbuf *fastbuf; /* [R W] - source/destination stream */ struct mempool *pool; /* [ I ] - parameter to image_new */ uns cols; /* [ HI ] - number of columns, parameter to image_new */ uns rows; /* [ HI ] - number of rows, parameter to image_new */