Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avr.c b/libavformat/avr.c
index 1e212fc828..2527ed3db1 100644
--- a/libavformat/avr.c
+++ b/libavformat/avr.c
@@ -87,7 +87,7 @@ static int avr_read_header(AVFormatContext *s)
AVInputFormat ff_avr_demuxer = {
.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_header = avr_read_header,
.read_packet = ff_raw_read_partial_packet,