projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9b030d9
)
fixed VOB parsing bug
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 18 Jun 2002 19:25:38 +0000
(19:25 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 18 Jun 2002 19:25:38 +0000
(19:25 +0000)
Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/libav/utils.c
b/libav/utils.c
index
a314ec4
..
6311495
100644
(file)
--- a/
libav/utils.c
+++ b/
libav/utils.c
@@
-659,8
+659,8
@@
int av_find_stream_info(AVFormatContext *ic)
close_codec:
st->codec_info_state = CSTATE_FOUND;
avcodec_close(&st->codec);
+ break;
}
- break;
}
ptr += ret;
size -= ret;