X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmms.c;h=17fa76a8d44d67f32acfae3b81def50ae6e1536b;hb=2ab823d4a6ef1f96961a82fcf5100a5a46917d0e;hp=807aadef0f8f5ad03a18ededabf1fd304c693409;hpb=28dcf1870660ea353ccc8e7a907712e681174228;p=ffmpeg diff --git a/libavformat/mms.c b/libavformat/mms.c index 807aadef0f8..17fa76a8d44 100644 --- a/libavformat/mms.c +++ b/libavformat/mms.c @@ -97,7 +97,7 @@ int ff_mms_asf_header_parser(MMSContext *mms) flags = AV_RL16(p + sizeof(ff_asf_guid)*3 + 24); stream_id = flags & 0x7F; //The second condition is for checking CS_PKT_STREAM_ID_REQUEST packet size, - //we can calcuate the packet size by stream_num. + //we can calculate the packet size by stream_num. //Please see function send_stream_selection_request(). if (mms->stream_num < MMS_MAX_STREAMS && 46 + mms->stream_num * 6 < sizeof(mms->out_buffer)) {