rtsp: Mark Transport as supporting multiple values.

This commit is contained in:
Peter Kjellerstedt 2009-08-24 14:39:16 +02:00
parent 2882c22d95
commit 8ce3612b71

View file

@ -147,7 +147,7 @@ static struct rtsp_header rtsp_headers[] = {
{"Session", FALSE},
{"Server", FALSE},
{"Speed", FALSE},
{"Transport", FALSE},
{"Transport", TRUE},
{"Unsupported", FALSE},
{"User-Agent", FALSE},
{"Via", TRUE},