projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data
[ffmpeg.git]
/
libavformat
/
rtpdec_h263_rfc2190.c
diff --git
a/libavformat/rtpdec_h263_rfc2190.c
b/libavformat/rtpdec_h263_rfc2190.c
index
116db75
..
d507ef7
100644
(file)
--- a/
libavformat/rtpdec_h263_rfc2190.c
+++ b/
libavformat/rtpdec_h263_rfc2190.c
@@
-83,6
+83,7
@@
static int h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
avio_close_dyn_buf(data->buf, &p);
av_free(p);
data->buf = NULL;
+ data->endbyte_bits = 0;
}
if (len < 4) {