GEN_DRAW.H
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // gen_draw.h //
  2. #ifndef _GEN_DRAW_H_
  3. #define _GEN_DRAW_H_
  4. #endif // _GEN_DRAW_H_
  5. /*** *** ***/
  6. // Purpose: draw motion vectors in a displayable buffer
  7. extern void colorBuffer_mv(unsigned char *buff, int stride, int xsize, int ysize);