mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
cosmetics: Group .name and .long_name together in codec/format declarations
This commit is contained in:
+1
-1
@@ -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"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user