Commit 1793128c authored by Paul B Mahol's avatar Paul B Mahol

avrdec: fix typo in .long_name

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2c923983
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment