diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 05:47:00 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-08 05:47:27 +0100 |
commit | 4f79c7dd0853a10a28f603bceaba0b192540f67a (patch) | |
tree | 772bea3fe84ddc3429c0e171d63fd785ea0f3af5 /libavcodec/allcodecs.c | |
parent | 0cc9949eadc8378000f7c165e3809411651357dc (diff) | |
parent | 7bd8b70f19642b6ea53e0d36f53fe88edfe0d450 (diff) | |
download | ffmpeg-4f79c7dd0853a10a28f603bceaba0b192540f67a.tar.gz |
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>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 690a327396..02df6f20ab 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -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); |