comparison libmpcodecs/vf_rgb2bgr.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 00fff9a3b735
children bbb6ebec87a0
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
31 case IMGFMT_RGB24: return IMGFMT_BGR24; 31 case IMGFMT_RGB24: return IMGFMT_BGR24;
32 case IMGFMT_RGB32: return IMGFMT_BGR32; 32 case IMGFMT_RGB32: return IMGFMT_BGR32;
33 case IMGFMT_BGR24: return IMGFMT_RGB24; 33 case IMGFMT_BGR24: return IMGFMT_RGB24;
34 case IMGFMT_BGR32: return IMGFMT_RGB32; 34 case IMGFMT_BGR32: return IMGFMT_RGB32;
35 } 35 }
36 return 0; 36 return 0;
37 } 37 }
38 38
39 static int config(struct vf_instance_s* vf, 39 static int config(struct vf_instance_s* vf,
40 int width, int height, int d_width, int d_height, 40 int width, int height, int d_width, int d_height,
41 unsigned int flags, unsigned int outfmt){ 41 unsigned int flags, unsigned int outfmt){