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:
45870f5
)
oops
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 22 Mar 2002 02:36:08 +0000
(
02:36
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 22 Mar 2002 02:36:08 +0000
(
02:36
+0000)
Originally committed as revision 345 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263.c
b/libavcodec/h263.c
index
a1e038e
..
60baedb
100644
(file)
--- a/
libavcodec/h263.c
+++ b/
libavcodec/h263.c
@@
-2125,7
+2125,7
@@
int mpeg4_decode_picture_header(MpegEncContext * s)
break;
}
state = ((state << 8) | v) & 0xffffff;
- if( get_bits_count(&s->gb) > s->gb.size*8){
+ if( get_bits_count(&s->gb) > s->gb.size*8
-32
){
printf("no VOP startcode found\n");
return -1;
}