mirror of https://github.com/mpv-player/mpv
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:
parent
22bbf3a01b
commit
9335d08615
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue