]> git.sesse.net Git - ffmpeg/commit
flvenc: use int64_t to store offsets
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 8 Jun 2011 14:32:07 +0000 (14:32 +0000)
committerAnton Khirnov <anton@khirnov.net>
Tue, 16 Aug 2011 18:24:20 +0000 (20:24 +0200)
commit7f5bf4fbaf1f2142547321a16358f9871fabdcc6
treeb89e092c5caa8b64ae3f147cb5fafdc34ec76145
parent5759cce70db528c4feef48e480747e690a500b48
flvenc: use int64_t to store offsets

Metadata currently is written only at the start of the file in normal
cases, when transcoding from a rtmp source metadata could be
written later and the offset recorded can exceed 32bit.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/flvenc.c