cosmetics: Group .name and .long_name together in codec/format declarations
This commit is contained in:
@@ -234,10 +234,10 @@ static int decode_frame(AVCodecContext *avctx,
|
||||
|
||||
AVCodec ff_targa_decoder = {
|
||||
.name = "targa",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_TARGA,
|
||||
.priv_data_size = sizeof(TargaContext),
|
||||
.decode = decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user