mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-10 00:30:14 +00:00
lavf/avr: make .long_name consistent with others
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
efbe162f7d
commit
70727e8774
@ -87,7 +87,7 @@ static int avr_read_header(AVFormatContext *s)
|
|||||||
|
|
||||||
AVInputFormat ff_avr_demuxer = {
|
AVInputFormat ff_avr_demuxer = {
|
||||||
.name = "avr",
|
.name = "avr",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Audio Visual Resarch (AVR)"),
|
.long_name = NULL_IF_CONFIG_SMALL("AVR (Audio Visual Resarch)"),
|
||||||
.read_probe = avr_probe,
|
.read_probe = avr_probe,
|
||||||
.read_header = avr_read_header,
|
.read_header = avr_read_header,
|
||||||
.read_packet = ff_raw_read_partial_packet,
|
.read_packet = ff_raw_read_partial_packet,
|
||||||
|
Loading…
Reference in New Issue
Block a user