comparison flicvideo.c @ 3071:cc0357a90e8f libavcodec

make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
author aurel
date Sat, 28 Jan 2006 16:05:06 +0000
parents 0b546eab515d
children c8c591fe26f8
comparison
equal deleted inserted replaced
3070:3c32ecc8eefe 3071:cc0357a90e8f
413 *(AVFrame*)data = s->frame; 413 *(AVFrame*)data = s->frame;
414 414
415 return buf_size; 415 return buf_size;
416 } 416 }
417 417
418 int flic_decode_frame_15_16BPP(AVCodecContext *avctx, 418 static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
419 void *data, int *data_size, 419 void *data, int *data_size,
420 uint8_t *buf, int buf_size) 420 uint8_t *buf, int buf_size)
421 { 421 {
422 /* Note, the only difference between the 15Bpp and 16Bpp */ 422 /* Note, the only difference between the 15Bpp and 16Bpp */
423 /* Format is the pixel format, the packets are processed the same. */ 423 /* Format is the pixel format, the packets are processed the same. */