Mercurial > mplayer.hg
comparison libmpcodecs/vf_ivtc.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 | 7fa8bfd0dea3 |
children | 7b408d60de9e |
comparison
equal
deleted
inserted
replaced
17905:433494f162a9 | 17906:20aca9baf5d8 |
---|---|
447 p->lastdrop = 0; | 447 p->lastdrop = 0; |
448 return 0; | 448 return 0; |
449 } | 449 } |
450 | 450 |
451 p->outframes++; | 451 p->outframes++; |
452 return vf_next_put_image(vf, dmpi); | 452 return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); |
453 } | 453 } |
454 | 454 |
455 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi) | 455 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts) |
456 { | 456 { |
457 int ret=0; | 457 int ret=0; |
458 struct vf_priv_s *p = vf->priv; | 458 struct vf_priv_s *p = vf->priv; |
459 | 459 |
460 p->inframes++; | 460 p->inframes++; |