diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-05 20:41:32 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-05 20:47:22 +0000 |
commit | 70727e8774ddb6d38125e23526958985a6d86dad (patch) | |
tree | 0d7f352c0fdab2e215b94bbab6245b4f560061dc /libavformat/avr.c | |
parent | efbe162f7dc23123a798a7a820f8ae48c00bb1cd (diff) | |
download | ffmpeg-70727e8774ddb6d38125e23526958985a6d86dad.tar.gz |
lavf/avr: make .long_name consistent with others
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/avr.c')
-rw-r--r-- | libavformat/avr.c | 2 |
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, |