[vlc-devel] Re: CVS Commit (gbazin)
Laurent Aimar
fenrir at via.ecp.fr
Wed Feb 19 00:42:10 CET 2003
On Wed, Feb 19, 2003, cvs at videolan.org wrote:
> Update of /var/cvs/videolan/vlc/modules/demux/mp4
> Modified Files:
> libmp4.c libmp4.h
>
> Log Message:
>
> * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
> and FOURCC_twos (PCM audio).
You should avoid FOURCC_twos, else you won't be able to play any file that
has such track without a really fast machine.
The demuxer is not able to handle correctly audio track in
mov file, and thus the track will be read byte after byte ... not cool :p
I have to finish this demuxer...
--
fenrir
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list