]> git.sesse.net Git - vlc/commit
* modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
authorChristophe Massiot <massiot@videolan.org>
Fri, 22 Oct 2004 15:16:45 +0000 (15:16 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 22 Oct 2004 15:16:45 +0000 (15:16 +0000)
commit017e74c3a0feb1539e3770bde251df7498e1a076
treebf1c0e3fa4fe5cf14c4d1bfff88257e8831dccdb
parent6db69bfe89062497b1503d012ace495ec986a8f6
 * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
   and data_alignment in the PES header (needed for teletext).
 * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
   new options spu-pid and tsid, re-enabled bmax because it is useful for
   debugging the encoder, fixed in a bug in the parsing of the CSA key
modules/mux/mpeg/pes.c
modules/mux/mpeg/pes.h
modules/mux/mpeg/ps.c
modules/mux/mpeg/ts.c