Skip to content

codecs: vp9decoder: Relying on upstream vp9parse for super frame handling

By this way, we can simplify the decoding flow. Moreover, we don't need to worry about the case where multiple visible-frames are composed in one super-frame, since upstream vp9parse will split them per frame unit.

needs !1041 (merged)

Edited by Seungha Yang

Merge request reports