summaryrefslogtreecommitdiff
path: root/libavcodec/proresdata.h
Commit message (Collapse)AuthorAge
* avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt2022-07-30
| | | | | | | In this case, this allows to inline the initial run_cb and lev_cb values. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* prores: Fix license headerMichael Niedermayer2012-06-29
| | | | | | Libav did not exist in 2010 thus the file cannot originate from there Reviewed-by: Paul B Mahol <onemda@gmail.com>
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-15