Mercurial > mplayer.hg
view stream/cache2.h @ 23354:09f0cb23d9c9
make v4l1 driver work properly.
v4l1 API docs says that VIDIOCSWIN (picture size) and VIDIOCSPICT (pixel format)
should be called before VIDIOCGMBUF ioctl call.
patch by Trent Piepho xyzzy at speakeasy dot org
author | voroshil |
---|---|
date | Mon, 21 May 2007 17:00:08 +0000 |
parents | 5385740067a1 |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef _cache2_h #define _cache2_h extern void cache_uninit(stream_t *s); #endif