[vlc-commits] demux: ps: drop padding

Francois Cartegnie git at videolan.org
Thu Sep 26 21:27:11 CEST 2019


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Sep 26 10:09:54 2019 +0200| [bd25bd1440d7a6ddce82eba4bf30d403c2d90c60] | committer: Francois Cartegnie

demux: ps: drop padding

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

 modules/demux/mpeg/ps.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/mpeg/ps.c b/modules/demux/mpeg/ps.c
index 2c198b0359..8b0b8c0d5d 100644
--- a/modules/demux/mpeg/ps.c
+++ b/modules/demux/mpeg/ps.c
@@ -457,6 +457,7 @@ static int Demux( demux_t *p_demux )
     switch( i_stream_id )
     {
     case PS_STREAM_ID_END_STREAM:
+    case PS_STREAM_ID_PADDING:
         block_Release( p_pkt );
         break;
 



More information about the vlc-commits mailing list