cosmetics: Group .name and .long_name together in codec/format declarations
This commit is contained in:
@@ -545,6 +545,7 @@ static int ra144_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
||||
|
||||
AVCodec ff_ra_144_encoder = {
|
||||
.name = "real_144",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.id = AV_CODEC_ID_RA_144,
|
||||
.priv_data_size = sizeof(RA144Context),
|
||||
@@ -554,5 +555,4 @@ AVCodec ff_ra_144_encoder = {
|
||||
.capabilities = CODEC_CAP_DELAY | CODEC_CAP_SMALL_LAST_FRAME,
|
||||
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user