diff options
author | Ryutaroh Matsumoto <ryutaroh@it.ss.titech.ac.jp> | 2002-12-20 23:10:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-20 23:10:58 +0000 |
commit | c6c11cb6c620af1e4d4d96b373456b83cfec1ae5 (patch) | |
tree | 4c1bdbee1236377c8c57c7bcc19c0ce4096560bb /libavformat/rm.c | |
parent | 732d9245c936a2e1ed298e4fae9c31e53bfde777 (diff) | |
download | ffmpeg-c6c11cb6c620af1e4d4d96b373456b83cfec1ae5.tar.gz |
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r-- | libavformat/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c index 72bd6978c1..e3592fb2b6 100644 --- a/libavformat/rm.c +++ b/libavformat/rm.c @@ -756,7 +756,7 @@ static AVInputFormat rm_iformat = { static AVOutputFormat rm_oformat = { "rm", "rm format", - "audio/x-pn-realaudio", + "application/vnd.rn-realmedia", "rm,ra", sizeof(RMContext), CODEC_ID_AC3, |