[FFmpeg-devel] Patch to reduce compiler warnings in libavcodec/aac_adtstoasc_bsf.c

Michael Niedermayer michaelni
Mon Jul 19 01:06:06 CEST 2010


On Sun, Jul 18, 2010 at 03:24:21PM -0700, Paul Sterne wrote:
> Patch to reduce compiler warnings in libavcodec/aac_adtstoasc_bsf.c

[...]
> Index: libavcodec/avcodec.h
> ===================================================================
> --- libavcodec/avcodec.h	(revision 24318)
> +++ libavcodec/avcodec.h	(working copy)
> @@ -3893,7 +3893,7 @@
>      int priv_data_size;
>      int (*filter)(AVBitStreamFilterContext *bsfc,
>                    AVCodecContext *avctx, const char *args,
> -                  uint8_t **poutbuf, int *poutbuf_size,
> +                  const uint8_t **poutbuf, int *poutbuf_size,
>                    const uint8_t *buf, int buf_size, int keyframe);
>      void (*close)(AVBitStreamFilterContext *bsfc);
>      struct AVBitStreamFilter *next;

This change looks wrong

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100719/23282198/attachment.pgp>



More information about the ffmpeg-devel mailing list