mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
prores encoder
This commit is contained in:
parent
8835c2c829
commit
1a265f6187
8 changed files with 861 additions and 3 deletions
|
@ -168,7 +168,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (PICTOR, pictor);
|
||||
REGISTER_ENCDEC (PNG, png);
|
||||
REGISTER_ENCDEC (PPM, ppm);
|
||||
REGISTER_DECODER (PRORES, prores);
|
||||
REGISTER_ENCDEC (PRORES, prores);
|
||||
REGISTER_DECODER (PTX, ptx);
|
||||
REGISTER_DECODER (QDRAW, qdraw);
|
||||
REGISTER_DECODER (QPEG, qpeg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue