]> git.sesse.net Git - vlc/commitdiff
MPEG mux: fix compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 17 Feb 2015 08:28:44 +0000 (09:28 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 17 Feb 2015 08:28:44 +0000 (09:28 +0100)
Close #13963

modules/mux/mpeg/tables.c

index 31ea3ae233f7451fc3171ab3772dcd0d886f2810..82821c129eda032ce078df0a904321a199305704 100644 (file)
@@ -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,