Commit 3d4297f8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e61f3984'

* commit 'e61f3984':
  asfdec: make nb_sub to be unsigned int
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 74aba007 e61f3984
......@@ -134,7 +134,7 @@ typedef struct ASFContext {
// packet state
uint64_t sub_left; // subpayloads left or not
int nb_sub; // number of subpayloads read so far from the current ASF packet
unsigned int nb_sub; // number of subpayloads read so far from the current ASF packet
uint16_t mult_sub_len; // total length of subpayloads array inside multiple payload
uint64_t nb_mult_left; // multiple payloads left
int return_subpayload;
......
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