summaryrefslogtreecommitdiff
path: root/libavcodec/vima.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-10-04 13:33:20 +0000
committerClément Bœsch <clement@stupeflix.com>2013-10-04 13:33:20 +0000
commitb46f19100b08af54056abf6fb2351f32fb0d91bd (patch)
treef9ab188b2987e8db99d584e28b7d2021a8cc7efa /libavcodec/vima.c
parentee77140afab7c398651ccf1efad28b5fd7b2bb64 (diff)
cosmetics: group remaining .name and .long_name.
See b2bed9325.
Diffstat (limited to 'libavcodec/vima.c')
-rw-r--r--libavcodec/vima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vima.c b/libavcodec/vima.c
index 0513ee2f54..f040e1b16b 100644
--- a/libavcodec/vima.c
+++ b/libavcodec/vima.c
@@ -230,10 +230,10 @@ static int decode_frame(AVCodecContext *avctx, void *data,
AVCodec ff_vima_decoder = {
.name = "vima",
+ .long_name = NULL_IF_CONFIG_SMALL("LucasArts VIMA audio"),
.type = AVMEDIA_TYPE_AUDIO,
.id = AV_CODEC_ID_VIMA,
.init = decode_init,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("LucasArts VIMA audio"),
};