]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture_pool.h
JPEG 2000 decoding support.
[vlc] / include / vlc_picture_pool.h
index a4ab493becddb0240cbc1a066223398ce9238a36..83a5728e539bee268846b263f1b06004c5356516 100644 (file)
@@ -53,7 +53,7 @@ typedef struct {
 /**
  * It creates a picture_pool_t wrapping the given configuration.
  *
- * It is usefull to avoid useless picture creations/destructions.
+ * It avoids useless picture creations/destructions.
  * The given picture must not have a reference count greater than 1.
  * The pool takes ownership of the picture and MUST not be used directly.
  * When deleted, the pool will release the pictures using picture_Release.