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:
Diffstat (limited to 'libavformat/rsoenc.c')
-rw-r--r--libavformat/rsoenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rsoenc.c b/libavformat/rsoenc.c
index f338d0df4e..eabb2d5635 100644
--- a/libavformat/rsoenc.c
+++ b/libavformat/rsoenc.c
@@ -102,7 +102,7 @@ static int rso_write_trailer(AVFormatContext *s)
AVOutputFormat ff_rso_muxer = {
.name = "rso",
- .long_name = NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO format"),
+ .long_name = NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO"),
.extensions = "rso",
.audio_codec = CODEC_ID_PCM_U8,
.video_codec = CODEC_ID_NONE,