Mercurial > mplayer.hg
diff libmpcodecs/vf.h @ 9934:89da8ec89558
vf_clone_mpi_attributes()
| author | michael |
|---|---|
| date | Sat, 19 Apr 2003 02:48:53 +0000 |
| parents | e9a2af584986 |
| children | b358b7509e1a |
line wrap: on
line diff
--- a/libmpcodecs/vf.h Sat Apr 19 01:39:37 2003 +0000 +++ b/libmpcodecs/vf.h Sat Apr 19 02:48:53 2003 +0000 @@ -74,6 +74,7 @@ vf_instance_t* vf_open_encoder(vf_instance_t* next, char *name, char *args); unsigned int vf_match_csp(vf_instance_t** vfp,unsigned int* list,unsigned int preferred); +void vf_clone_mpi_attributes(mp_image_t* dst, mp_image_t* src); // default wrappers: int vf_next_config(struct vf_instance_s* vf,
