summaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.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/rmdec.c
parent69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff)
downloadffmpeg-streaming-517ac2434b3e98ff065d9385b661896a7923f432.zip
ffmpeg-streaming-517ac2434b3e98ff065d9385b661896a7923f432.tar.gz
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 9de97cc..c800027 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -828,7 +828,7 @@ static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
AVInputFormat rm_demuxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
sizeof(RMDemuxContext),
rm_probe,
rm_read_header,
OpenPOWER on IntegriCloud