[vlc-devel] commit: RTP: audio/MPA needs to be packetized ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 28 19:49:56 CET 2009


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

RTP: audio/MPA needs to be packetized

(see http://forum.videolan.org/viewtopic.php?f=2&t=56224&p=186350)
(cherry picked from commit 575b1c1cecd6b20392a42e1f54db2c6cff498044)

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

 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 97e1a6e..082c08a 100644
--- a/modules/demux/rtp.c
+++ b/modules/demux/rtp.c
@@ -555,6 +555,7 @@ static void *mpa_init (demux_t *demux)
 
     es_format_Init (&fmt, AUDIO_ES, VLC_FOURCC ('m', 'p', 'g', 'a'));
     fmt.audio.i_channels = 2;
+    fmt.b_packetized = false;
     return codec_init (demux, &fmt);
 }
 




More information about the vlc-devel mailing list