[Bug 796519] Add AV1 codec parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 7 00:10:23 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796519

--- Comment #4 from sreerenj <bsreerenj at gmail.com> ---
Review of attachment 372967:
 --> (https://bugzilla.gnome.org/review?bug=796519&attachment=372967)

::: tests/check/libs/av1parser.c
@@ +60,3 @@
+  bzero (&seq_header, sizeof (seq_header));
+  bzero (&frame, sizeof (frame));
+

bzero was deprecated, memset is preferred.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list