On Mon, Jun 20, 2016 at 03:02:00PM -0400, Vittorio Giovara wrote:
> On Sun, Jun 19, 2016 at 9:33 AM, Luca Barbato <lu_z...@gentoo.org> wrote:
> > On 19/06/16 00:23, Vittorio Giovara wrote:
> >> From: Paul B Mahol <one...@gmail.com>
> >>
> >> Signed-off-by: Paul B Mahol <one...@gmail.com>
> >> Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com>
> >> ---
> >>  Changelog               |   1 +
> >>  configure               |   1 +
> >>  doc/general.texi        |   1 +
> >>  libavcodec/Makefile     |   1 +
> >>  libavcodec/allcodecs.c  |   1 +
> >>  libavcodec/avcodec.h    |   1 +
> >>  libavcodec/codec_desc.c |   7 +
> >>  libavcodec/magicyuv.c   | 484 
> >> ++++++++++++++++++++++++++++++++++++++++++++++++
> >>  libavformat/isom.c      |   8 +
> >>  libavformat/riff.c      |   1 +
> >>  10 files changed, 506 insertions(+)
> >>  create mode 100644 libavcodec/magicyuv.c
> >>
> >
> > Possibly OK.
> 
> i was thinking of adding
> 
> diff --git a/libavcodec/magicyuv.c b/libavcodec/magicyuv.c
> index accd128..310ead4 100644
> --- a/libavcodec/magicyuv.c
> +++ b/libavcodec/magicyuv.c
> @@ -22,6 +22,8 @@
>  #include <stdlib.h>
>  #include <string.h>
> 
> +#include "../libavutil/pixdesc.h"

#include "libavutil/pixdesc.h"

probably OK otherwise

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to