[FFmpeg-devel] Patch to reduce compiler warnings in libavcodec/aac_adtstoasc_bsf.c
Måns Rullgård
mans
Mon Jul 19 01:22:55 CEST 2010
Paul Sterne <make4ppc at gmail.com> writes:
> Patch to reduce compiler warnings in libavcodec/aac_adtstoasc_bsf.c
>
> Index: libavcodec/aac_adtstoasc_bsf.c
> ===================================================================
> --- libavcodec/aac_adtstoasc_bsf.c (revision 24318)
> +++ libavcodec/aac_adtstoasc_bsf.c (working copy)
> @@ -36,7 +36,7 @@
> */
> static int aac_adtstoasc_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)
This adds piles of warnings elsewhere. Please do at least a minimum
of investigation before sending us useless patches.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list