]> git.sesse.net Git - vlc/commit
Allow playback of in24 little-endian or big-endian in mov files.
authorPavlov Konstantin <thresh@videolan.org>
Wed, 11 Jul 2007 13:08:55 +0000 (13:08 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 11 Jul 2007 13:08:55 +0000 (13:08 +0000)
commitb48f3decc61a3e3156a281ca14a331a70aeaeb7d
tree2a4f481d06d856bd80556e2ca2c3ff5bd7ab447b
parent21e8d456c0974365cade68b4c424a4c74aa7f1f9
Allow playback of in24 little-endian or big-endian in mov files.
to check:
ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov
ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov
Patch by Ilkka Ollakka.
modules/codec/araw.c
modules/demux/mp4/mp4.c