c++ decls, 100000000000l to whoever broke my code like this..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18991 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2006-07-10 02:54:43 +00:00
parent 22bbf3a01b
commit 9335d08615
1 changed files with 4 additions and 5 deletions

View File

@ -330,17 +330,16 @@ static int continue_buffered_image(struct vf_instance_s *vf)
int i=vf->priv->buffered_i;
double pts = vf->priv->buffered_pts;
mp_image_t *mpi = vf->priv->buffered_mpi;
if (i == 0)
vf_queue_frame(vf, continue_buffered_image);
pts += i * .02; // XXX not right
int ret=0;
mp_image_t *dmpi;
void (*qpel)(unsigned char *, unsigned char *, int, int, int, int, int);
int bpp=1;
int tff;
if (i == 0)
vf_queue_frame(vf, continue_buffered_image);
pts += i * .02; // XXX not right
if (!(mpi->flags & MP_IMGFLAG_PLANAR)) bpp = mpi->bpp/8;
if (vf->priv->parity < 0) {
if (mpi->fields & MP_IMGFIELD_ORDERED)