Mercurial > mplayer.hg
diff libmpcodecs/vf_tfields.c @ 31978:3525dc14e3dc
Add the proper include instead of declaring the correct_pts variable extern.
| author | diego |
|---|---|
| date | Tue, 07 Sep 2010 23:35:57 +0000 |
| parents | a972c1a4a012 |
| children | 064be070d8c8 |
line wrap: on
line diff
--- a/libmpcodecs/vf_tfields.c Tue Sep 07 23:29:49 2010 +0000 +++ b/libmpcodecs/vf_tfields.c Tue Sep 07 23:35:57 2010 +0000 @@ -28,6 +28,7 @@ #include "mp_image.h" #include "vf.h" +#include "libmpdemux/demuxer.h" #include "libvo/fastmemcpy.h" struct vf_priv_s { @@ -326,7 +327,6 @@ static void (*qpel_4tap)(unsigned char *d, unsigned char *s, int w, int h, int ds, int ss, int up); static int continue_buffered_image(struct vf_instance *vf); -extern int correct_pts; static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts) {
