Commit 8653dcaf authored by Paul B Mahol's avatar Paul B Mahol

avformat/sox*: extend long name

parent 4d0a25d7
......@@ -133,7 +133,7 @@ static int sox_read_header(AVFormatContext *s)
const AVInputFormat ff_sox_demuxer = {
.name = "sox",
.long_name = NULL_IF_CONFIG_SMALL("SoX native"),
.long_name = NULL_IF_CONFIG_SMALL("SoX (Sound eXchange) native"),
.read_probe = sox_probe,
.read_header = sox_read_header,
.read_packet = ff_pcm_read_packet,
......
......@@ -107,7 +107,7 @@ static int sox_write_trailer(AVFormatContext *s)
const FFOutputFormat ff_sox_muxer = {
.p.name = "sox",
.p.long_name = NULL_IF_CONFIG_SMALL("SoX native"),
.p.long_name = NULL_IF_CONFIG_SMALL("SoX (Sound eXchange) native"),
.p.extensions = "sox",
.priv_data_size = sizeof(SoXContext),
.p.audio_codec = AV_CODEC_ID_PCM_S32LE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment