From b46f19100b08af54056abf6fb2351f32fb0d91bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 4 Oct 2013 13:33:20 +0000 Subject: cosmetics: group remaining .name and .long_name. See b2bed9325. --- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp9.c') diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index a4aa97a..0eb92f8 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -3564,6 +3564,7 @@ static av_cold int vp9_decode_free(AVCodecContext *ctx) AVCodec ff_vp9_decoder = { .name = "vp9", + .long_name = NULL_IF_CONFIG_SMALL("Google VP9"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_VP9, .priv_data_size = sizeof(VP9Context), @@ -3572,5 +3573,4 @@ AVCodec ff_vp9_decoder = { .decode = vp9_decode_packet, .capabilities = CODEC_CAP_DR1, .flush = vp9_decode_flush, - .long_name = NULL_IF_CONFIG_SMALL("Google VP9"), }; -- cgit v1.1