mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avrdec: fix typo in .long_name
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2c923983b6
commit
1793128cf7
@ -87,7 +87,7 @@ static int avr_read_header(AVFormatContext *s)
|
||||
|
||||
AVInputFormat ff_avr_demuxer = {
|
||||
.name = "avr",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVR (Audio Visual Resarch)"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVR (Audio Visual Research)"),
|
||||
.read_probe = avr_probe,
|
||||
.read_header = avr_read_header,
|
||||
.read_packet = ff_raw_read_partial_packet,
|
||||
|
Loading…
x
Reference in New Issue
Block a user