[SCM] libav/experimental: Revert r21851.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 4abd85141cc70c9c03df069863674b2bf32f1d49
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue Feb 16 18:25:05 2010 +0000

    Revert r21851.
    
    Originally committed as revision 21852 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtp_asf.c b/libavformat/rtp_asf.c
index 2b05b3e..d44ff5a 100644
--- a/libavformat/rtp_asf.c
+++ b/libavformat/rtp_asf.c
@@ -197,7 +197,7 @@ static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf,
             }
             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);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list