obu:delete memset for frame_hdr and seq_hdr to get rid of memset(0) after allocation.
As task list says, now we try to get rid of memset(0)
of seq_hdr and frame_hdr after allocation. When I comment on these two lines of memset(0)
in these data structures, it compiles and tests success.