mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 01:17:47 +00:00
Merge remote-tracking branch 'richardpl/escape130'
* richardpl/escape130: escape130: fix colors escape130: remove trailing whitespace rpl: enable escape130 codec escape130: minimal effort to make it compile without warnings Escape 130 (RPL) decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
4f79c7dd08
5 changed files with 312 additions and 2 deletions
|
@ -108,6 +108,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (EIGHTSVX_EXP, eightsvx_exp);
|
||||
REGISTER_DECODER (EIGHTSVX_FIB, eightsvx_fib);
|
||||
REGISTER_DECODER (ESCAPE124, escape124);
|
||||
REGISTER_DECODER (ESCAPE130, escape130);
|
||||
REGISTER_ENCDEC (FFV1, ffv1);
|
||||
REGISTER_ENCDEC (FFVHUFF, ffvhuff);
|
||||
REGISTER_ENCDEC (FLASHSV, flashsv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue