[FFmpeg-devel] [PATCH] fate-valgrind.supp: Suppress uninitialized warnings for h264.
Paul B Mahol
onemda at gmail.com
Fri Feb 17 18:09:53 CET 2012
On 2/17/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> A prettier solution is welcome.
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> tests/fate-valgrind.supp | 18 ++++++++++++++++++
> 1 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/tests/fate-valgrind.supp b/tests/fate-valgrind.supp
> index db72c54..f5016fa 100644
> --- a/tests/fate-valgrind.supp
> +++ b/tests/fate-valgrind.supp
> @@ -29,3 +29,21 @@
> fun:____strtod_l_internal
> fun:av_strtod
> }
> +{
> + h264-mmx0
> + Memcheck:Value8
> + fun:_itoa_word
> + fun:vfprintf
> + fun:vsnprintf
> + fun:snprintf
> + fun:framecrc_write_packet
> +}
> +{
> + h264-mmx1
> + Memcheck:Cond
> + fun:_itoa_word
> + fun:vfprintf
> + fun:vsnprintf
> + fun:snprintf
> + fun:framecrc_write_packet
> +}
> \ No newline at end of file
Please fix this.
More information about the ffmpeg-devel
mailing list