git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711e981
)
avcodec/intelh263dec: Use skip_1stop_8data_bits()
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Oct 2013 17:28:00 +0000
(18:28 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Oct 2013 17:28:00 +0000
(18:28 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/intelh263dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/intelh263dec.c
b/libavcodec/intelh263dec.c
index
a45560c
..
5da4202
100644
(file)
--- a/
libavcodec/intelh263dec.c
+++ b/
libavcodec/intelh263dec.c
@@
-111,11
+111,8
@@
int ff_intel_h263_decode_picture_header(MpegEncContext *s)
}
/* PEI */
- while (get_bits1(&s->gb) != 0) {
- skip_bits(&s->gb, 8);
- if (get_bits_left(&s->gb) <= 0)
- return AVERROR_INVALIDDATA;
- }
+ if (skip_1stop_8data_bits(&s->gb) < 0)
+ return AVERROR_INVALIDDATA;
s->f_code = 1;
s->y_dc_scale_table=