Commit 5d97af0c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'df07c07b'

* commit 'df07c07b':
  rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7c0ab0a3 df07c07b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment