]> git.sesse.net Git - vlc/commit
* mp4.c : begining of a mp4/mov muxer.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 18 Apr 2003 22:43:08 +0000 (22:43 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 18 Apr 2003 22:43:08 +0000 (22:43 +0000)
commita9e480576ec7f0550b0724f3e718d4f6f92f828d
tree70532adf4ff3e657ce17f7d7edebce159a2bb4b8
parentf4e8bac1615de35b82a1767e8b3adfd68519e56e
 * mp4.c : begining of a mp4/mov muxer.

 It's far from stable, produce file unplayable by mplayer at least,
and doesn't yet take care of video/audio synchro.
Becarefull that the header is written only when closing, and there is
no way to repair a mp4 file without its header.
modules/mux/mp4.c [new file with mode: 0644]