changeset 5663:c408705a2327 libavformat

Revert r21851.
author rbultje
date Tue, 16 Feb 2010 18:25:05 +0000
parents 8fddfdd5e9e7
children 6c380241df7c
files rtp_asf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtp_asf.c	Tue Feb 16 18:19:28 2010 +0000
+++ b/rtp_asf.c	Tue Feb 16 18:25:05 2010 +0000
@@ -197,7 +197,7 @@
             }
             if (!len_off && !asf->pktbuf &&
                 !(res = url_open_dyn_packet_buf(&asf->pktbuf, rt->asf_ctx->packet_size)))
-                return AVERROR(EIO);
+                return res;
             if (!asf->pktbuf)
                 return AVERROR(EIO);