mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat: Drop pointless "format" from container long names
This commit is contained in:
@@ -286,7 +286,7 @@ static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
|
||||
|
||||
AVInputFormat ff_rl2_demuxer = {
|
||||
.name = "rl2",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RL2 format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RL2"),
|
||||
.priv_data_size = sizeof(Rl2DemuxContext),
|
||||
.read_probe = rl2_probe,
|
||||
.read_header = rl2_read_header,
|
||||
|
||||
Reference in New Issue
Block a user