comparison mplayer.c @ 80:74064c2929a1

updated to opendivx 0.48
author arpi_esp
date Sun, 11 Mar 2001 02:45:02 +0000
parents 847f363abd64
children 92776006958f
comparison
equal deleted inserted replaced
79:b7b038ee3fde 80:74064c2929a1
163 #include "xa/xa_gsm.h" 163 #include "xa/xa_gsm.h"
164 164
165 unsigned char *opendivx_src[3]; 165 unsigned char *opendivx_src[3];
166 int opendivx_stride[3]; 166 int opendivx_stride[3];
167 167
168 void my_convert_yuv(unsigned char *puc_y, int stride_y, 168 void convert_linux(unsigned char *puc_y, int stride_y,
169 unsigned char *puc_u, unsigned char *puc_v, int stride_uv, 169 unsigned char *puc_u, unsigned char *puc_v, int stride_uv,
170 unsigned char *bmp, int width_y, int height_y){ 170 unsigned char *bmp, int width_y, int height_y){
171 171
172 // vo_functions_t *video_out=(vo_functions_t *) bmp; 172 // vo_functions_t *video_out=(vo_functions_t *) bmp;
173 173