diff options
Diffstat (limited to 'libavformat/soxenc.c')
-rw-r--r-- | libavformat/soxenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c index 55d5bd98c0..750a0a05a8 100644 --- a/libavformat/soxenc.c +++ b/libavformat/soxenc.c @@ -117,7 +117,7 @@ static int sox_write_trailer(AVFormatContext *s) AVOutputFormat ff_sox_muxer = { .name = "sox", - .long_name = NULL_IF_CONFIG_SMALL("SoX native format"), + .long_name = NULL_IF_CONFIG_SMALL("SoX native"), .extensions = "sox", .priv_data_size = sizeof(SoXContext), .audio_codec = CODEC_ID_PCM_S32LE, |