[vlc-devel] [PATCH 20/24] [demux/ts] request use of dirac packetizer to fill in p_extra
Laurent Aimar
fenrir at via.ecp.fr
Sat Nov 1 16:39:09 CET 2008
On Thu, Oct 30, 2008, davidf+nntp at woaf.net wrote:
> @@ -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;
This does the exact opposite of what you describe.
If you want a packetizer to be inserted you MUST set it to false.
--
fenrir
More information about the vlc-devel
mailing list