GNOME Bugzilla – Bug 623379
[flvmux] Writing duration outside the allocated memory area in streaming mode
Last modified: 2010-07-02 12:35:52 UTC
Patch by Andrzej K. Haczewski <ahaczewski@gmail.com> Problem is, that the wrong offset was taken here (29 vs. 42). 42 is the offset from the beginning of the file, 29 the offset from the beginning of the buffer.
Created attachment 165101 [details] [review] flvmux: Write duration at the correct position
commit 0b5172eb06872d08c87e0fef4cffef1f619f2d81 Author: Andrzej K. Haczewski <ahaczewski@gmail.com> Date: Fri Jul 2 14:25:22 2010 +0200 flvmux: Write duration at the correct position