summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-24 23:51:41 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-30 13:59:06 +0200
commit6774247a9d7d15033c2b80118c03cb0cb10027df (patch)
tree94f4245e9c6d000e929d28dfecca9a26ecb04e6f /libavformat/rmenc.c
parent8e5d71d1109bb509ae75d04682f326fe740a413f (diff)
avformat: Drop pointless "format" from container long names
Diffstat (limited to 'libavformat/rmenc.c')
-rw-r--r--libavformat/rmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c
index a6df21b432..4b33964234 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -462,7 +462,7 @@ static int rm_write_trailer(AVFormatContext *s)
AVOutputFormat ff_rm_muxer = {
.name = "rm",
- .long_name = NULL_IF_CONFIG_SMALL("RealMedia format"),
+ .long_name = NULL_IF_CONFIG_SMALL("RealMedia"),
.mime_type = "application/vnd.rn-realmedia",
.extensions = "rm,ra",
.priv_data_size = sizeof(RMMuxContext),