cosmetics: Group .name and .long_name together in codec/format declarations

This commit is contained in:
Diego Biurrun
2013-10-03 23:32:01 +02:00
parent 49fe9c05f9
commit b2bed9325d
267 changed files with 338 additions and 338 deletions
+1 -1
View File
@@ -214,6 +214,7 @@ static av_cold int mss1_decode_end(AVCodecContext *avctx)
AVCodec ff_mss1_decoder = {
.name = "mss1",
.long_name = NULL_IF_CONFIG_SMALL("MS Screen 1"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_MSS1,
.priv_data_size = sizeof(MSS1Context),
@@ -221,5 +222,4 @@ AVCodec ff_mss1_decoder = {
.close = mss1_decode_end,
.decode = mss1_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("MS Screen 1"),
};