summaryrefslogtreecommitdiff
path: root/src/input/mmsh.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-31 14:06:03 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-31 14:06:03 +0000
commit8695f5d8c99952a89f59b314c58a5e0bbd8a6e6e (patch)
tree47af2fb780645208a11b0e3bcea97e709c050330 /src/input/mmsh.h
parent112c134d4636786c1b0e22839bd782d9554b961e (diff)
downloadxine-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/mmsh.h')
-rw-r--r--src/input/mmsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mmsh.h b/src/input/mmsh.h
index 6005851a5..29ad2bf55 100644
--- a/src/input/mmsh.h
+++ b/src/input/mmsh.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: mmsh.h,v 1.1 2003/01/13 01:11:57 tmattern Exp $
+ * $Id: mmsh.h,v 1.2 2003/01/31 14:06:17 miguelfreitas Exp $
*
* libmmsh public header
*/
@@ -37,6 +37,6 @@ int mmsh_read (mmsh_t *this, char *data, int len);
uint32_t mmsh_get_length (mmsh_t *this);
void mmsh_close (mmsh_t *this);
-int mmsh_peek_header (mmsh_t *this, char *data);
+int mmsh_peek_header (mmsh_t *this, char *data, int maxsize);
#endif