X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flxfdec.c;h=e3b7bea625822cf99a9abbd9fa4afd9d1bfeb81a;hb=a4163b2d6583396845e06b1b976c3a981eb8cb1c;hp=21e7290665276ee2238f8b5ebbd1847969df5e34;hpb=82edf6727f0663601351081ca1e4fb20d1752972;p=ffmpeg diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index 21e72906652..e3b7bea6258 100644 --- a/libavformat/lxfdec.c +++ b/libavformat/lxfdec.c @@ -365,7 +365,7 @@ static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt) AVInputFormat ff_lxf_demuxer = { .name = "lxf", - .long_name = NULL_IF_CONFIG_SMALL("VR native stream format (LXF)"), + .long_name = NULL_IF_CONFIG_SMALL("VR native stream (LXF)"), .priv_data_size = sizeof(LXFDemuxContext), .read_probe = lxf_probe, .read_header = lxf_read_header,