mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avformat: Drop pointless "format" from container long names
This commit is contained in:
@@ -339,7 +339,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,
|
||||
|
||||
Reference in New Issue
Block a user