Browse Source

Merge commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8'

* commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8':
  rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
5d97af0cb2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/rtpdec_h263_rfc2190.c

+ 1
- 0
libavformat/rtpdec_h263_rfc2190.c View File

@@ -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) {


Loading…
Cancel
Save