diff libmpcodecs/native/rtjpegn.h @ 28853:e3f3a991ba81

Remove internal NuppelVideo decoder, the code in libavcodec can decode those files and some more and is far more maintainable.
author reimar
date Sun, 08 Mar 2009 13:32:42 +0000
parents 7c9c6c6fd9c2
children 0f1b5b68af32
line wrap: on
line diff
--- a/libmpcodecs/native/rtjpegn.h	Sun Mar 08 13:21:00 2009 +0000
+++ b/libmpcodecs/native/rtjpegn.h	Sun Mar 08 13:32:42 2009 +0000
@@ -36,9 +36,7 @@
 #define __s64 int64_t
 
 void RTjpeg_init_compress(__u32 *buf, int width, int height, __u8 Q);
-void RTjpeg_init_decompress(__u32 *buf, int width, int height);
 int RTjpeg_compressYUV420(__s8 *sp, unsigned char *bp);
-void RTjpeg_decompressYUV420(__s8 *sp, __u8 *bp);
 
 void RTjpeg_init_mcompress(void);
 int RTjpeg_mcompressYUV420(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask);