mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avformat/sox*: extend long name
This commit is contained in:
parent
4d0a25d760
commit
8653dcaf7d
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue