diff rtpdec_asf.h @ 6234:0287312dda71 libavformat

rtpdec_asf: Propagate errors from the chained av_open_input_stream This fixes the crash in issue 2070.
author mstorsjo
date Mon, 05 Jul 2010 16:46:00 +0000
parents 278843790234
children
line wrap: on
line diff
--- a/rtpdec_asf.h	Mon Jul 05 09:11:45 2010 +0000
+++ b/rtpdec_asf.h	Mon Jul 05 16:46:00 2010 +0000
@@ -30,7 +30,7 @@
  *
  * @param s RTSP demux context
  */
-void ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p);
+int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p);
 
 /**
  * Handlers for the x-asf-pf payloads (the payload ID for RTP/ASF).