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
This commit is contained in:
Ryutaroh Matsumoto
2002-12-20 23:10:58 +00:00
committed by Michael Niedermayer
parent 732d9245c9
commit c6c11cb6c6
4 changed files with 6 additions and 7 deletions

View File

@@ -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,