[MPlayer-cvslog] CVS: main/libmpcodecs vf_screenshot.c, NONE, 1.1 vf.c, 1.116, 1.117 vf.h, 1.27, 1.28
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Sep 11 10:59:00 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_screenshot.c, NONE, 1.1 vf.c, 1.116, 1.117 vf.h, 1.27, 1.28
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_screenshot.c, NONE, 1.1 vf.c, 1.116, 1.117 vf.h, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi,
> Added Files:
> vf_screenshot.c
> Log Message:
> screenshot filter
Nice, but I think it is missing a get_image function, as well as start_slice and
draw_slice.
get_image is important to ensure that the image is readable, one like
vf_swapuv.c uses probably would be good, just use mpi->flags |
MP_IMGFLAG_READABLE.
The two slice functions can be found e.g. in vf_crop.c.
Greetings,
Reimar Döffinger
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_screenshot.c, NONE, 1.1 vf.c, 1.116, 1.117 vf.h, 1.27, 1.28
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_screenshot.c, NONE, 1.1 vf.c, 1.116, 1.117 vf.h, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list