summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-02-17 02:38:51 +0530
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-17 14:28:56 -0500
commitd7840529b6aaaa24426025781e5fcde673108d39 (patch)
tree1b9b8cd473d08e8550f532ac6c9d7c10f9450eb3 /libavcodec/allcodecs.c
parent1f1fbcfa71d1d3f90f90a72ba3fb32ddbb545df2 (diff)
downloadffmpeg-streaming-d7840529b6aaaa24426025781e5fcde673108d39.zip
ffmpeg-streaming-d7840529b6aaaa24426025781e5fcde673108d39.tar.gz
avcodec: add a Sun Rasterfile encoder
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index de37083..c5a96eb 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -189,7 +189,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (SMC, smc);
REGISTER_ENCDEC (SNOW, snow);
REGISTER_DECODER (SP5X, sp5x);
- REGISTER_DECODER (SUNRAST, sunrast);
+ REGISTER_ENCDEC (SUNRAST, sunrast);
REGISTER_ENCDEC (SVQ1, svq1);
REGISTER_DECODER (SVQ3, svq3);
REGISTER_ENCDEC (TARGA, targa);
OpenPOWER on IntegriCloud