Skip to content
  • James Zern's avatar
    vp9_loop_filter_frame_mt: defer allocations · a46ca6ec
    James Zern authored
    the code currently checks whether the allocation has been done instead
    of allocating on the first frame.
    since:
    4f27202d vp9: fix crash in mt loopfilter w/corrupt file
    
    this change defers the allocation until the loop filter is used.
    
    Change-Id: I660c1b7f34e713a8dd9884483f01d23b9847366e
    a46ca6ec