mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
prores: change license to LGPL, merge some parts.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b87d882578
commit
bebaf4ea1f
5 changed files with 94 additions and 87 deletions
|
@ -172,7 +172,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (PICTOR, pictor);
|
||||
REGISTER_ENCDEC (PNG, png);
|
||||
REGISTER_ENCDEC (PPM, ppm);
|
||||
REGISTER_DECODER (PRORES_GPL, prores_gpl);
|
||||
REGISTER_DECODER (PRORES, prores);
|
||||
REGISTER_DECODER (PRORES_LGPL, prores_lgpl);
|
||||
REGISTER_DECODER (PTX, ptx);
|
||||
REGISTER_DECODER (QDRAW, qdraw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue