Searched refs:WMV9codedFrameSize (Results 1 – 1 of 1) sorted by relevance
706 int WMV9codedFrameSize; in mss2_decode_frame() local707 if (buf_size < 4 || !(WMV9codedFrameSize = AV_RL24(buf))) in mss2_decode_frame()712 buf += WMV9codedFrameSize + 3; in mss2_decode_frame()713 buf_size -= WMV9codedFrameSize + 3; in mss2_decode_frame()