[Ffmpeg-devel] [PATCH] part 2 - portability fixes (ILP32 vs LP64)
Dieter
freebsd
Fri Jan 27 18:25:36 CET 2006
>> Split up into small pieces in hopes of getting at least
>> some small improvements checked in.
> patch ok, can be applied assuming it compiles
FINALLY!
Here's part 2:
Diffs for file: libavcodec/flicvideo.c
===================================================================
RCS file: RCS/flicvideo.c,v
retrieving revision 1.1
diff -u -r1.1 flicvideo.c
--- flicvideo.c 2006/01/26 21:24:20 1.1
+++ flicvideo.c 2006/01/26 21:24:39
@@ -415,7 +415,7 @@
return buf_size;
}
-int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
+static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
void *data, int *data_size,
uint8_t *buf, int buf_size)
{
More information about the ffmpeg-devel
mailing list