mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Revert r21851.
Originally committed as revision 21852 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
298d2fd304
commit
4abd85141c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user