summaryrefslogtreecommitdiff
path: root/libavcodec/vp9shared.h
Commit message (Collapse)AuthorAge
* vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-28
This allows vp9dsp.h to only include the VP9 types header, and not the decoder skeleton interface which is for hardware decoders (dxva2/vaapi).