[MPlayer-dev-eng] [PATCH] shmem - stream
Diego Biurrun
diego at biurrun.de
Thu Sep 13 11:09:39 CEST 2007
On Wed, Sep 12, 2007 at 03:59:49PM +0200, Ötvös Attila wrote:
>
> OK. I remove duplicated shmem detect.
I'm thinking that it's somewhat ugly to sometimes call it shm and
sometimes shmem. Opinions?
> --- stream/stream_shmem.h (revision 0)
> +++ stream/stream_shmem.h (revision 0)
> @@ -0,0 +1,22 @@
> +
> +#define SHMEM_RAWREAD 0
> +#define SHMEM_MAX_TYPE 0
> +
> +void set_shmem_opts(int type, int size, int demuxer_type, int format, int width, int height);
Please add standard multiple inclusion guards.
Diego
More information about the MPlayer-dev-eng
mailing list