diff libmpcodecs/ve_divx4.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
line wrap: on
line diff
--- a/libmpcodecs/ve_divx4.c	Tue Mar 21 06:09:32 2006 +0000
+++ b/libmpcodecs/ve_divx4.c	Tue Mar 21 21:26:42 2006 +0000
@@ -387,7 +387,7 @@
     return 0;
 }
 
-static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){
+static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts){
     ENC_RESULT enc_result;
     vf->priv->enc_frame.image=mpi->planes[0];
     vf->priv->enc_frame.bitstream=mux_v->buffer;