diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-12-18 13:17:44 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-12-18 13:17:44 +0000 |
commit | 5639729bed02cbf7c8ac653da3120e825b95a87b (patch) | |
tree | 10387aec99ded9846f381f16c165c0bd1bc2673d /libavcodec/allcodecs.c | |
parent | a42bed52ca42d19796917e779b1ee7beddf6b695 (diff) | |
download | ffmpeg-5639729bed02cbf7c8ac653da3120e825b95a87b.tar.gz |
unfinished jpeg-ls codec (feel free to finish it ...)
Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 7b45e48423..d8f6c35a10 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -131,6 +131,9 @@ void avcodec_register_all(void) #ifdef CONFIG_LJPEG_ENCODER register_avcodec(&ljpeg_encoder); #endif //CONFIG_LJPEG_ENCODER +#ifdef CONFIG_JPEGLS_ENCODER + register_avcodec(&jpegls_encoder); +#endif //CONFIG_JPEGLS_ENCODER #ifdef CONFIG_ZLIB #ifdef CONFIG_PNG_ENCODER register_avcodec(&png_encoder); |