aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/native/rtjpegn.h
diff options
context:
space:
mode:
authorGravatar reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-08 13:32:42 +0000
committerGravatar reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-08 13:32:42 +0000
commit276a73e2f29cce0c0e2dc18aa0e9e804b812762b (patch)
treeb3d3ff67393b14ad09e9091428c471b597ea0329 /libmpcodecs/native/rtjpegn.h
parent624d8ff171a838af46ddd095e6af8cb8f13db1e1 (diff)
Remove internal NuppelVideo decoder, the code in libavcodec can decode
those files and some more and is far more maintainable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28888 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/native/rtjpegn.h')
-rw-r--r--libmpcodecs/native/rtjpegn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/native/rtjpegn.h b/libmpcodecs/native/rtjpegn.h
index 4ffcdfa39d..859b8238f8 100644
--- a/libmpcodecs/native/rtjpegn.h
+++ b/libmpcodecs/native/rtjpegn.h
@@ -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);