diff rtsp.c @ 4029:9a0a46d465ae libavformat

Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in "[PATCH] RDT/Realmedia patches #2" thread.
author rbultje
date Sat, 15 Nov 2008 20:41:59 +0000
parents bd11db44dfba
children 7bc64c735f8b
line wrap: on
line diff
--- a/rtsp.c	Sat Nov 15 20:17:19 2008 +0000
+++ b/rtsp.c	Sat Nov 15 20:41:59 2008 +0000
@@ -1281,7 +1281,7 @@
     if (ret != len)
         return -1;
     if (rt->transport == RTSP_TRANSPORT_RDT &&
-        ff_rdt_parse_header(buf, len, &id, NULL, NULL, NULL) < 0)
+        ff_rdt_parse_header(buf, len, &id, NULL, NULL, NULL, NULL) < 0)
         return -1;
 
     /* find the matching stream */