Commit a077f3bc authored by Baptiste Coudurier's avatar Baptiste Coudurier

typo

Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9641bf30
......@@ -119,7 +119,7 @@ static int ffm_read_data(AVFormatContext *s,
return 0;
}
ffm->first_packet = 0;
if ((frame_offset & 0x7ffff) < FFM_HEADER_SIZE)
if ((frame_offset & 0x7fff) < FFM_HEADER_SIZE)
return -1;
ffm->packet_ptr = ffm->packet + (frame_offset & 0x7fff) - FFM_HEADER_SIZE;
if (!first)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment