Browse Source

dsicinav: fix 10l bug introduced in 999d38f3a9

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
d8d1fbbd7f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dsicinav.c

+ 1
- 0
libavcodec/dsicinav.c View File

@@ -175,6 +175,7 @@ static int cin_decode_lzss(const unsigned char *src, int src_size, unsigned char
}
}
}
return 0;
}

static void cin_decode_rle(const unsigned char *src, int src_size, unsigned char *dst, int dst_size)


Loading…
Cancel
Save