summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-17 20:37:54 +1100
committerPeter Ross <pross@xvid.org>2012-12-17 20:37:54 +1100
commitafa1617b937f3675f74c6351a46c45f8c24d67f2 (patch)
tree2f5100a93b4a08c4e43a5a752ab1584c21ee761d /libavcodec/allcodecs.c
parent2e59142fa9a0db5fab8aa2e676ba524f61280b83 (diff)
SGI RLE 8-bit decoder
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 4743bb1621..5dcd509851 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -215,6 +215,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (S302M, s302m);
REGISTER_DECODER (SANM, sanm);
REGISTER_ENCDEC (SGI, sgi);
+ REGISTER_DECODER (SGIRLE, sgirle);
REGISTER_DECODER (SMACKER, smacker);
REGISTER_DECODER (SMC, smc);
REGISTER_ENCDEC (SNOW, snow);