[vlc-commits] Fix PES muxing
Rafaël Carré
git at videolan.org
Sat Sep 20 19:08:34 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Sep 20 17:53:46 2014 +0100| [a19baa44df4827e7f44a0203c6ae446fafba95c1] | committer: Rafaël Carré
Fix PES muxing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a19baa44df4827e7f44a0203c6ae446fafba95c1
---
modules/mux/mpeg/pes.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/mux/mpeg/pes.c b/modules/mux/mpeg/pes.c
index 634f6d0..afe44ab 100644
--- a/modules/mux/mpeg/pes.c
+++ b/modules/mux/mpeg/pes.c
@@ -436,6 +436,7 @@ void EStoPES ( block_t **pp_pes,
} while( i_size > 0 );
/* Now redate all pes */
+ p_pes = *pp_pes;
i_dts = p_pes->i_dts;
mtime_t i_length = p_pes->i_length / i_pes_count;
while( p_pes )
More information about the vlc-commits
mailing list