[vlc-commits] packetizer: h264: fix sps/pps chaining with AU prefix

Francois Cartegnie git at videolan.org
Thu Dec 24 13:22:09 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 24 13:21:17 2015 +0100| [b5623adc8eb6b6f6b9a385f951f4eee9e8fdee0f] | committer: Francois Cartegnie

packetizer: h264: fix sps/pps chaining with AU prefix

regression introduced by 1d9cfa88e4505b442c8e4d361e9d83a45e37a7a4

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

 modules/packetizer/h264.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/packetizer/h264.c b/modules/packetizer/h264.c
index bdb8dd4..dcc8958 100644
--- a/modules/packetizer/h264.c
+++ b/modules/packetizer/h264.c
@@ -592,6 +592,7 @@ static block_t *OutputPicture( decoder_t *p_dec )
             p_sys->p_frame = p_sys->p_frame->p_next;
             if( p_sys->p_frame == NULL )
                 p_sys->pp_frame_last = &p_sys->p_frame;
+            p_head->p_next = NULL;
         }
 
         block_t *p_list = NULL;



More information about the vlc-commits mailing list