comparison libmpcodecs/ve_qtvideo.c @ 17906:20aca9baf5d8

passing pts through the filter layer (lets see if pts or cola comes out at the end)
author michael
date Tue, 21 Mar 2006 21:26:42 +0000
parents fa17424b4c7b
children a1807995e2ab
comparison
equal deleted inserted replaced
17905:433494f162a9 17906:20aca9baf5d8
170 return 0; 170 return 0;
171 } 171 }
172 172
173 static int codec_inited = 0; 173 static int codec_inited = 0;
174 174
175 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){ 175 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts){
176 176
177 OSErr cres; 177 OSErr cres;
178 long framesizemax; 178 long framesizemax;
179 UInt8 similarity=0; 179 UInt8 similarity=0;
180 long compressedsize; 180 long compressedsize;