[vlc-devel] commit: Packetize MPV as well ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Feb 28 19:52:13 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 28 20:51:37 2009 +0200| [af4d8375937fc0188b7de089e445ef9a99e69c67] | committer: Rémi Denis-Courmont
Packetize MPV as well
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af4d8375937fc0188b7de089e445ef9a99e69c67
---
modules/access/rtp/rtp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/rtp/rtp.c b/modules/access/rtp/rtp.c
index 1128476..d052322 100644
--- a/modules/access/rtp/rtp.c
+++ b/modules/access/rtp/rtp.c
@@ -556,6 +556,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