[vlc-devel] [PATCH] Added support for VDR recordings.
Jean-Baptiste Kempf
jb at videolan.org
Mon Aug 23 12:04:00 CEST 2010
On Sat, Aug 21, 2010 at 08:55:06PM +0200, Tobias Güntner wrote :
> +#if defined( WIN32 ) && !defined( UNDER_CE )
> +# ifdef lseek
> +# undef lseek
> +# endif
> +# define lseek _lseeki64
> +#endif
#undef lseek
#define lseek _lseeki64
is simpler
> + set_capability( "access", 60 )
This is the higher access, right?
> +/*****************************************************************************
> + * Returns the path of a certain part
> + *****************************************************************************/
> +static char *GetFilePath( access_t *p_access, unsigned i_file )
+ const?
Nice job, btw.
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
+33 672 704 734
More information about the vlc-devel
mailing list