comparison libmpcodecs/native/nuppelvideo.c @ 26304:5f526e8e3988

Rename RTJPEG files so that filenames consist of lowercase name only. Parts of the build system assume lowercase-only filenames.
author diego
date Sun, 06 Apr 2008 18:17:59 +0000
parents b21e1506e50b
children f20a11161e62
comparison
equal deleted inserted replaced
26303:adb06ce0dad9 26304:5f526e8e3988
16 #include "mpbswap.h" 16 #include "mpbswap.h"
17 17
18 #include "../libvo/fastmemcpy.h" 18 #include "../libvo/fastmemcpy.h"
19 19
20 #include "libmpdemux/nuppelvideo.h" 20 #include "libmpdemux/nuppelvideo.h"
21 #include "RTjpegN.h" 21 #include "rtjpegn.h"
22 #include "libavutil/lzo.h" 22 #include "libavutil/lzo.h"
23 23
24 #define KEEP_BUFFER 24 #define KEEP_BUFFER
25 25
26 void decode_nuv( unsigned char *encoded, int encoded_size, 26 void decode_nuv( unsigned char *encoded, int encoded_size,