[FFmpeg-devel] [PATCH 1/9] Allow reading of growing avi files (ie currently being written)
Joakim Plate
elupus at ecce.se
Sat Sep 10 19:22:44 CEST 2011
This uses the RIFF header stored size to figure out the expected AVI
file size, instead
of the actual file. To work fully it requires handling failed
avio_seek() instead
of assuming they always succeed.
---
libavformat/avidec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Allow-reading-of-growing-avi-files-ie-currently-bein.patch
Type: text/x-patch
Size: 1940 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110910/afbde9ee/attachment.bin>
More information about the ffmpeg-devel
mailing list