From b211607b5c97b9f0c30764c0abacc90abd9a4cc2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 7 Sep 2013 12:13:50 +0000 Subject: avfilter: various cosmetics Signed-off-by: Paul B Mahol --- libavfilter/f_zmq.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavfilter/f_zmq.c') diff --git a/libavfilter/f_zmq.c b/libavfilter/f_zmq.c index c1b2730e4d..8714a3cd97 100644 --- a/libavfilter/f_zmq.c +++ b/libavfilter/f_zmq.c @@ -211,9 +211,9 @@ AVFILTER_DEFINE_CLASS(zmq); static const AVFilterPad zmq_inputs[] = { { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - .filter_frame = filter_frame, + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + .filter_frame = filter_frame, }, { NULL } }; @@ -246,9 +246,9 @@ AVFILTER_DEFINE_CLASS(azmq); static const AVFilterPad azmq_inputs[] = { { - .name = "default", - .type = AVMEDIA_TYPE_AUDIO, - .filter_frame = filter_frame, + .name = "default", + .type = AVMEDIA_TYPE_AUDIO, + .filter_frame = filter_frame, }, { NULL } }; -- cgit v1.2.3