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.
19 lines
767 B
19 lines
767 B
/*****************************************************************************
|
|
* video_graphics.h: pictures manipulation primitives
|
|
* (c)1999 VideoLAN
|
|
*****************************************************************************
|
|
* Includes function to compose, convert and display pictures, and also basic
|
|
* functions to copy pictures data or descriptors.
|
|
*****************************************************************************
|
|
* Requires:
|
|
* "config.h"
|
|
* "common.h"
|
|
* "mtime.h"
|
|
* "video.h"
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
* Prototypes
|
|
*****************************************************************************/
|
|
|
|
|
|
|