mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
validate: suppression: suppress 'uninitialised value of size 4' in aacdec
Suppress this error, until the logic in libav is fixed. https://bugzilla.gnome.org/show_bug.cgi?id=753268
This commit is contained in:
parent
8899fd8dd1
commit
1e76d905ae
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@
|
|||
fun:aac_decode_frame
|
||||
}
|
||||
|
||||
# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=752989
|
||||
{
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=752989
|
||||
Memcheck:Value4
|
||||
...
|
||||
fun:aac_decode_frame_int
|
||||
fun:aac_decode_frame
|
||||
}
|
||||
|
||||
# PENDING: https://bugs.freedesktop.org/show_bug.cgi?id=90194
|
||||
{
|
||||
https://bugs.freedesktop.org/show_bug.cgi?id=90194
|
||||
|
|
Loading…
Reference in a new issue