[FFmpeg-devel] [PATCH] fate-valgrind.supp: Suppress uninitialized warnings for h264.
Michael Niedermayer
michaelni at gmx.at
Fri Feb 17 05:11:41 CET 2012
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
--
1.7.5.4
More information about the ffmpeg-devel
mailing list