X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsoxdec.c;h=fe59fd47a26d5596b8f2d91486c96f46bcc573af;hb=a4163b2d6583396845e06b1b976c3a981eb8cb1c;hp=46b07b73c8dfee4cea2e53139050a992657a25e6;hpb=f7d4e26c6a0a11c255e22994fabd97a4e62e3d01;p=ffmpeg diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index 46b07b73c8d..fe59fd47a26 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -146,7 +146,7 @@ static int sox_read_packet(AVFormatContext *s, AVInputFormat ff_sox_demuxer = { .name = "sox", - .long_name = NULL_IF_CONFIG_SMALL("SoX native format"), + .long_name = NULL_IF_CONFIG_SMALL("SoX native"), .read_probe = sox_probe, .read_header = sox_read_header, .read_packet = sox_read_packet,