summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
commit517ac2434b3e98ff065d9385b661896a7923f432 (patch)
tree7e28903b7c0bdd27cc62eb2fee1ebf01f949de25 /libavformat/rmenc.c
parent69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff)
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 bac4c23a08..b04b0e3f46 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -451,7 +451,7 @@ static int rm_write_trailer(AVFormatContext *s)
AVOutputFormat rm_muxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
"application/vnd.rn-realmedia",
"rm,ra",
sizeof(RMMuxContext),