[vlc-devel] [PATCH 20/24] [demux/ts] request use of dirac packetizer to fill in p_extra
davidf+nntp at woaf.net
davidf+nntp at woaf.net
Thu Oct 30 12:29:49 CET 2008
From: David Flynn <davidf at rd.bbc.co.uk>
Signed-off-by: David Flynn <davidf at rd.bbc.co.uk>
---
modules/demux/ts.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 7394db2..d961c61 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -3665,6 +3665,7 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
* (backwards compatable with VC-2 (SMPTE Sxxxx:2008)) */
pid->es->fmt.i_cat = VIDEO_ES;
pid->es->fmt.i_codec = VLC_FOURCC('d','r','a','c');
+ pid->es->fmt.b_packetized = true;
}
else
{
--
1.5.6.5
More information about the vlc-devel
mailing list