Commit 575b1c1c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RTP: audio/MPA needs to be packetized

(see http://forum.videolan.org/viewtopic.php?f=2&t=56224&p=186350)
parent dd4e4a5e
......@@ -529,6 +529,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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment