projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572c6a3
)
Don't use s->pb if a local ByteIOContext was already provided by the calling
author
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 14:50:19 +0000
(14:50 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 14:50:19 +0000
(14:50 +0000)
function. See mailinglist thread "[PATCH] RTSP-MS 1/15: don't use s->pb in
asf.c".
Originally committed as revision 16470 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/asf.c
patch
|
blob
|
history
diff --git
a/libavformat/asf.c
b/libavformat/asf.c
index 1d5c149ea8a443765820dc9c36f3a3b0e15d1d48..33cde4c6c90ab5cdd123e606d15da41e36eecede 100644
(file)
--- a/
libavformat/asf.c
+++ b/
libavformat/asf.c
@@
-722,7
+722,7
@@
int ff_asf_parse_packet(AVFormatContext *s, ByteIOContext *pb, AVPacket *pkt)
return 1;
}
if (asf->packet_time_start == 0) {
- if(asf_read_frame_header(s,
s->
pb) < 0){
+ if(asf_read_frame_header(s, pb) < 0){
asf->packet_segments= 0;
continue;
}