diff options
author | Clément Bœsch <u@pkh.me> | 2013-10-04 13:33:20 +0000 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2013-10-04 13:33:20 +0000 |
commit | b46f19100b08af54056abf6fb2351f32fb0d91bd (patch) | |
tree | f9ab188b2987e8db99d584e28b7d2021a8cc7efa /libavcodec/libshine.c | |
parent | ee77140afab7c398651ccf1efad28b5fd7b2bb64 (diff) | |
download | ffmpeg-b46f19100b08af54056abf6fb2351f32fb0d91bd.tar.gz |
cosmetics: group remaining .name and .long_name.
See b2bed9325.
Diffstat (limited to 'libavcodec/libshine.c')
-rw-r--r-- | libavcodec/libshine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libshine.c b/libavcodec/libshine.c index cf8b1bbc52..2418188466 100644 --- a/libavcodec/libshine.c +++ b/libavcodec/libshine.c @@ -132,6 +132,7 @@ static const int libshine_sample_rates[] = { AVCodec ff_libshine_encoder = { .name = "libshine", + .long_name = NULL_IF_CONFIG_SMALL("libshine MP3 (MPEG audio layer 3)"), .type = AVMEDIA_TYPE_AUDIO, .id = CODEC_ID_MP3, .priv_data_size = sizeof(SHINEContext), @@ -145,5 +146,4 @@ AVCodec ff_libshine_encoder = { .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, AV_CH_LAYOUT_STEREO, 0 }, - .long_name = NULL_IF_CONFIG_SMALL("libshine MP3 (MPEG audio layer 3)"), }; |