[FFmpeg-devel] [PATCH] change return type to int64_t of find_tag in wav_demuxer

Baptiste Coudurier baptiste.coudurier
Thu Jun 4 00:04:48 CEST 2009


Hi guys,

$subject. This fixes mainly a bug because have a negative size will
make url_fseek(pb, size, SEEK_CUR) seek backward and cause infinite loop
with SOCIAS037.wav on mplayerhq.

Changing it to int64_t will also support 4gb unsigned size.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wav_size_int64.patch
Type: text/x-diff
Size: 890 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090603/c73a6df3/attachment.patch>



More information about the ffmpeg-devel mailing list