#10536: writing .avi files via custom IO context (AVIOContext) yields incomplete
header
------------------------------------+------------------------------------
Reporter: Gustav | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: invalid
Keywords: avi | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Changes (by mkver):
* status: new => closed
* resolution: => invalid
Comment:
The AVI muxer (as well as many other muxers) update some stats (or other
stuff) at the end of muxing, but they can only do that if the output is
seekable; your custom I/O is not, because you do not use a seek function.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10536#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".