comparison rm.c @ 14:b167760cd0aa libavformat

mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
author michaelni
date Fri, 20 Dec 2002 23:10:58 +0000
parents 47e502ac6349
children 3eff1f2dcf71
comparison
equal deleted inserted replaced
13:8a5285a0ca2f 14:b167760cd0aa
754 }; 754 };
755 755
756 static AVOutputFormat rm_oformat = { 756 static AVOutputFormat rm_oformat = {
757 "rm", 757 "rm",
758 "rm format", 758 "rm format",
759 "audio/x-pn-realaudio", 759 "application/vnd.rn-realmedia",
760 "rm,ra", 760 "rm,ra",
761 sizeof(RMContext), 761 sizeof(RMContext),
762 CODEC_ID_AC3, 762 CODEC_ID_AC3,
763 CODEC_ID_RV10, 763 CODEC_ID_RV10,
764 rm_write_header, 764 rm_write_header,