[SCM] libav/experimental: typo
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:22:02 UTC 2013
The following commit has been merged in the experimental branch:
commit a077f3bc1a9f4179c62ce09deb47abdd16d3c163
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Mon May 26 23:59:28 2008 +0000
typo
Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index 178d808..97cd129 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list