diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-31 14:06:03 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-31 14:06:03 +0000 |
commit | 8695f5d8c99952a89f59b314c58a5e0bbd8a6e6e (patch) | |
tree | 47af2fb780645208a11b0e3bcea97e709c050330 /src/input/pnm.h | |
parent | 112c134d4636786c1b0e22839bd782d9554b961e (diff) | |
download | xine-lib-8695f5d8c99952a89f59b314c58a5e0bbd8a6e6e.tar.gz xine-lib-8695f5d8c99952a89f59b314c58a5e0bbd8a6e6e.tar.bz2 |
- MAX_PREVIEW_SIZE = 4096
- new fb driver with zero copy
CVS patchset: 4058
CVS date: 2003/01/31 14:06:03
Diffstat (limited to 'src/input/pnm.h')
-rw-r--r-- | src/input/pnm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/pnm.h b/src/input/pnm.h index a2fb68539..1d4c54698 100644 --- a/src/input/pnm.h +++ b/src/input/pnm.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.h,v 1.2 2002/12/12 22:08:15 holstsn Exp $ + * $Id: pnm.h,v 1.3 2003/01/31 14:06:17 miguelfreitas Exp $ * * pnm util functions header by joschka */ @@ -37,7 +37,7 @@ pnm_t* pnm_connect (const char *url); int pnm_read (pnm_t *this, char *data, int len); void pnm_close (pnm_t *this); -int pnm_peek_header (pnm_t *this, char *data); +int pnm_peek_header (pnm_t *this, char *data, int maxsize); #endif |