[vlc-commits] MPEG mux: fix compilation

Jean-Baptiste Kempf git at videolan.org
Tue Feb 17 09:29:19 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 17 09:28:44 2015 +0100| [fbc7d13459fec8a467dbe08597f5a010579bd600] | committer: Jean-Baptiste Kempf

MPEG mux: fix compilation

Close #13963

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbc7d13459fec8a467dbe08597f5a010579bd600
---

 modules/mux/mpeg/tables.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mux/mpeg/tables.c b/modules/mux/mpeg/tables.c
index 31ea3ae..82821c1 100644
--- a/modules/mux/mpeg/tables.c
+++ b/modules/mux/mpeg/tables.c
@@ -474,7 +474,7 @@ void BuildPMT( DVBPSI_HANDLE_PARAM(dvbpsi_t *p_dvbpsi) vlc_object_t *p_object,
 #if (DVBPSI_VERSION_INT >= DVBPSI_VERSION_WANTED(1,0,0))
         sect = dvbpsi_sdt_sections_generate( p_dvbpsi, &sdtpsi );
 #else
-        sect = dvbpsi_GenSDTSections( &sdt );
+        sect = dvbpsi_GenSDTSections( &sdtpsi );
 #endif
         block_t *p_sdtblock = WritePSISection( sect );
         PEStoTS( p_opaque, pf_callback, p_sdtblock, p_sdt->ts.i_pid,



More information about the vlc-commits mailing list