search for: 10b97c3

Displaying 1 result from an estimated 1 matches for "10b97c3".

Did you mean: 10973
2007 Apr 05
0
Branch 'as' - 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...} diff-tree 6fde0b1cfdf42ab05cf00b60030f926be534efd2 (from d646f6672f12f65ebab2bf3afd607df71af77dd6) Author: Benjamin Otte <otte@gnome.org> Date: Thu Apr 5 15:26:43 2007 +0200 fix gcc warning diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index fe35ed2..10b97c3 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -385,8 +385,9 @@ swfdec_flv_decoder_parse_tag (SwfdecFlvD swfdec_bits_init (&bits, buffer); type = swfdec_bits_get_u8 (&bits); /* I think I'm paranoid and complicated. I think I'm paranoid,...