[vlc-devel] commit: Packetize MPV as well ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 28 19:52:11 CET 2009


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 28 20:51:37 2009 +0200| [96aab73615b91ff7bef10d5006a9abc5c03dfcf5] | committer: Rémi Denis-Courmont 

Packetize MPV as well
(cherry picked from commit af4d8375937fc0188b7de089e445ef9a99e69c67)

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

 modules/demux/rtp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/rtp.c b/modules/demux/rtp.c
index 082c08a..031b68f 100644
--- a/modules/demux/rtp.c
+++ b/modules/demux/rtp.c
@@ -582,6 +582,7 @@ static void *mpv_init (demux_t *demux)
     es_format_t fmt;
 
     es_format_Init (&fmt, VIDEO_ES, VLC_FOURCC ('m', 'p', 'g', 'v'));
+    fmt.b_packetized = false;
     return codec_init (demux, &fmt);
 }
 




More information about the vlc-devel mailing list