mirror of https://github.com/mpv-player/mpv
to be sure in that header is okey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c43b552d37
commit
07bdafcbe7
|
@ -1,6 +1,8 @@
|
|||
// Generic alpha renderers for all YUV modes and RGB depths.
|
||||
// These are "reference implementations", should be optimized later (MMX, etc)
|
||||
|
||||
#include "osd.h"
|
||||
|
||||
void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
|
||||
int y;
|
||||
for(y=0;y<h;y++){
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
// Generic alpha renderers for all YUV modes and RGB depths.
|
||||
// These are "reference implementations", should be optimized later (MMX, etc)
|
||||
|
||||
#include "osd.h"
|
||||
|
||||
void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
|
||||
int y;
|
||||
for(y=0;y<h;y++){
|
||||
|
|
Loading…
Reference in New Issue