]> git.sesse.net Git - vlc/commit
mux/mpeg/pes: move PES_PRIVATE_STREAM_1 id handling into PESHeader()
authorDavid Flynn <davidf@woaf.net>
Fri, 14 Nov 2008 21:46:40 +0000 (21:46 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 15 Nov 2008 12:20:56 +0000 (13:20 +0100)
commit3c64d837fa8ec788d59746cfc8dffe832392017d
tree29ee44c9b4210b0511fc518acbc0eeea7a99a308
parent9bf477009db3d73ec1696647e5fedef8bcd4a6a1
mux/mpeg/pes: move PES_PRIVATE_STREAM_1 id handling into PESHeader()

PES_EXTENDED_STREAM_ID is handled inside PESHeader()
Not handling PES_PRIVATE_STREAM_1 inside PESHeader() just moves complication
into the calling function and creates an extra argument.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
modules/mux/mpeg/pes.c