You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
767 B

/*****************************************************************************
27 years ago
* video_graphics.h: pictures manipulation primitives
* (c)1999 VideoLAN
*****************************************************************************
27 years ago
* Includes function to compose, convert and display pictures, and also basic
* functions to copy pictures data or descriptors.
*****************************************************************************
27 years ago
* Requires:
* "config.h"
* "common.h"
* "mtime.h"
* "video.h"
*****************************************************************************/
27 years ago
/*****************************************************************************
27 years ago
* Prototypes
*****************************************************************************/
27 years ago