[vlc-devel] [PATCH 1/2] mmal: Add shared code for handling mmal pictures
Rémi Denis-Courmont
remi at remlab.net
Fri Aug 29 11:15:54 CEST 2014
Le 2014-08-29 10:19, Julian Scheel a écrit :
> new file mode 100644
> index 0000000..8df225b
> --- /dev/null
> +++ b/modules/hw/mmal/mmal_picture.c
> @@ -0,0 +1,78 @@
>
> +/*****************************************************************************
> + * mmal_picture.c: MMAL picture related shared functionality
> +
>
> *****************************************************************************
> + * Copyright © 2014 jusst technologies GmbH
> + * $Id$
> + *
> + * Authors: Julian Scheel <julian at jusst.de>
> + *
> + * This program is free software; you can redistribute it and/or
> modify it
> + * under the terms of the GNU Lesser General Public License as
> published by
> + * the Free Software Foundation; either version 2.1 of the License,
> or
> + * (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> License
> + * along with this program; if not, write to the Free Software
> Foundation,
> + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
> +
>
> *****************************************************************************/
> +
> +#include <vlc_common.h>
> +#include <vlc_picture.h>
> +#include <interface/mmal/mmal.h>
> +
> +#include "mmal_picture.h"
> +
> +vlc_mutex_t* get_mmal_opaque_mutex()
Incomplete prototype. Ditto in header.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list