[vlc-commits] demux: mp4: fix rrtp video

Francois Cartegnie git at videolan.org
Tue Jan 17 20:14:57 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Jan 17 18:42:41 2017 +0100| [f4530a1fc66c2ba693c05e35c9b0e580007dc875] | committer: Francois Cartegnie

demux: mp4: fix rrtp video

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

 modules/demux/mp4/essetup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/mp4/essetup.c b/modules/demux/mp4/essetup.c
index ac1d8c5..7482e28 100644
--- a/modules/demux/mp4/essetup.c
+++ b/modules/demux/mp4/essetup.c
@@ -247,6 +247,8 @@ static int SetupRTPReceptionHintTrack( demux_t *p_demux, mp4_track_t *p_track, M
             if( !strcmp(pch, "H264") )
             {
                 p_track->fmt.i_codec = VLC_CODEC_H264;
+                /* ******* sending AnnexB ! */
+                p_track->fmt.b_packetized = false;
             }
             else if( !strcmp(pch, "GSM") )
             {



More information about the vlc-commits mailing list