mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavf: change some (de)muxer names to lowercase
This is consistent with other format names. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
81ad97eeda
commit
68aef0b481
6 changed files with 6 additions and 6 deletions
|
|
@ -188,7 +188,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||
}
|
||||
|
||||
AVInputFormat ff_mtv_demuxer = {
|
||||
.name = "MTV",
|
||||
.name = "mtv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("MTV format"),
|
||||
.priv_data_size = sizeof(MTVDemuxContext),
|
||||
.read_probe = mtv_probe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue