[FFmpeg-cvslog] lavfi/vf_tile: cosmetic after last commit.
Nicolas George
git at videolan.org
Sun Dec 2 14:01:54 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Thu Nov 29 17:10:05 2012 +0100| [3b316247fb878570da0bba240918e86e0e9358e6] | committer: Nicolas George
lavfi/vf_tile: cosmetic after last commit.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b316247fb878570da0bba240918e86e0e9358e6
---
libavfilter/vf_tile.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c
index 6a3857e..676c5de 100644
--- a/libavfilter/vf_tile.c
+++ b/libavfilter/vf_tile.c
@@ -227,10 +227,10 @@ static int request_frame(AVFilterLink *outlink)
static const AVFilterPad tile_inputs[] = {
{
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- .filter_frame= filter_frame,
- .min_perms = AV_PERM_READ,
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ .filter_frame = filter_frame,
+ .min_perms = AV_PERM_READ,
},
{ NULL }
};
More information about the ffmpeg-cvslog
mailing list