forked from FFmpeg/FFmpeg
typo
Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9641bf3027
commit
a077f3bc1a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue