comparison bmp.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents e5a10ae14ffb
children 0b546eab515d
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
40 avctx->coded_frame = (AVFrame*)&s->picture; 40 avctx->coded_frame = (AVFrame*)&s->picture;
41 41
42 return 0; 42 return 0;
43 } 43 }
44 44
45 static int bmp_decode_frame(AVCodecContext *avctx, 45 static int bmp_decode_frame(AVCodecContext *avctx,
46 void *data, int *data_size, 46 void *data, int *data_size,
47 uint8_t *buf, int buf_size) 47 uint8_t *buf, int buf_size)
48 { 48 {
49 BMPContext *s = avctx->priv_data; 49 BMPContext *s = avctx->priv_data;
50 AVFrame *picture = data; 50 AVFrame *picture = data;