comparison mtv.c @ 1986:cf1622476eb7 libavformat

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 64a44155a525
children 1a3c9056982a
comparison
equal deleted inserted replaced
1985:b5e15030d788 1986:cf1622476eb7
87 mtv->audio_subsegments = get_le16(pb); 87 mtv->audio_subsegments = get_le16(pb);
88 mtv->video_fps = (mtv->audio_br / 4) / mtv->audio_subsegments; 88 mtv->video_fps = (mtv->audio_br / 4) / mtv->audio_subsegments;
89 89
90 /* FIXME Add sanity check here */ 90 /* FIXME Add sanity check here */
91 91
92 /* first packet is allways audio*/ 92 /* first packet is always audio*/
93 93
94 mtv->audio_packet_count = 1; 94 mtv->audio_packet_count = 1;
95 95
96 /* all systems go! init decoders */ 96 /* all systems go! init decoders */
97 97