Mercurial > mplayer.hg
diff libmpcodecs/vf_tile.c @ 32702:7af3e6f901fd
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
| author | cehoyos |
|---|---|
| date | Fri, 14 Jan 2011 22:10:21 +0000 |
| parents | 92f88bb315c5 |
| children |
line wrap: on
line diff
--- a/libmpcodecs/vf_tile.c Fri Jan 14 13:36:48 2011 +0000 +++ b/libmpcodecs/vf_tile.c Fri Jan 14 22:10:21 2011 +0000 @@ -86,7 +86,7 @@ static int config(struct vf_instance *vf, int width, int height, int d_width, int d_height, - unsigned int flags, unsigned int outfmt){ + unsigned int flags, unsigned int outfmt){ struct vf_priv_s *priv; int xw; @@ -201,18 +201,18 @@ /* rgb/bgr 12...32 supported & some Yxxx */ static int query_format(struct vf_instance *vf, unsigned int fmt) { - switch (fmt) { + switch (fmt) { /* rgb 12...32 bit */ case IMGFMT_RGB12: case IMGFMT_RGB15: - case IMGFMT_RGB16: - case IMGFMT_RGB24: + case IMGFMT_RGB16: + case IMGFMT_RGB24: case IMGFMT_RGB32: /* bgr 12...32 bit */ case IMGFMT_BGR12: - case IMGFMT_BGR15: - case IMGFMT_BGR16: - case IMGFMT_BGR24: + case IMGFMT_BGR15: + case IMGFMT_BGR16: + case IMGFMT_BGR24: case IMGFMT_BGR32: /* Various Yxxx Formats */ case IMGFMT_444P: @@ -224,9 +224,9 @@ case IMGFMT_YVU9: case IMGFMT_IF09: case IMGFMT_IYUV: - return vf_next_query_format(vf, fmt); - } - return 0; + return vf_next_query_format(vf, fmt); + } + return 0; } /* Get an integer from the string pointed by s, adjusting s.
