]> git.sesse.net Git - vlc/commit
Reads raw dirac streams, feeds into packetizer.
authorDavid Flynn <davidf@rd.bbc.co.uk>
Thu, 7 May 2009 12:54:58 +0000 (12:54 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 18:52:50 +0000 (20:52 +0200)
commit710bd9a4a69b000a21b95b63fde109205936bf5a
tree5598d49ddbbf70d5b4e91d62b94a524cfc4af61a
parent80cfbe0ce1a640841f7ce6a08f8d433b05306812
Reads raw dirac streams, feeds into packetizer.

Updated 20090507 with:
 - migrate to VLC_TS_INVALID
 - fix coding style
 - use generic handling of DEMUX_SET_TIME
 - don't add +1 to dts/pts
 - zero point hack while VLC_TS_INVALID = 0

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
modules/demux/Modules.am
modules/demux/dirac.c [new file with mode: 0644]
src/input/demux.c