Commit cb9b322e authored by bcoudurier's avatar bcoudurier

typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13448 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7d13142b
...@@ -119,7 +119,7 @@ static int ffm_read_data(AVFormatContext *s, ...@@ -119,7 +119,7 @@ static int ffm_read_data(AVFormatContext *s,
return 0; return 0;
} }
ffm->first_packet = 0; ffm->first_packet = 0;
if ((frame_offset & 0x7ffff) < FFM_HEADER_SIZE) if ((frame_offset & 0x7fff) < FFM_HEADER_SIZE)
return -1; return -1;
ffm->packet_ptr = ffm->packet + (frame_offset & 0x7fff) - FFM_HEADER_SIZE; ffm->packet_ptr = ffm->packet + (frame_offset & 0x7fff) - FFM_HEADER_SIZE;
if (!first) 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