summaryrefslogtreecommitdiff
path: root/libavcodec/dv.h
Commit message (Collapse)AuthorAge
* dv: use AVFrame API properlyAnton Khirnov2013-12-09
|
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
This is necessary to avoid target config settings bleeding into the host compilation process with hardcoded tables and the DV VLC tables no longer present as static tables in a header file.