Displaying 2 results from an estimated 2 matches for "fe35ed2".
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
...return;
}
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 p...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...cEventList * list,
- SwfdecScriptable * scriptable,
- guint conditions,
+ SwfdecAsObject * object,
+ guint conditions,
guint8 key);
diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c
index 807447e..fe35ed2 100644
--- a/libswfdec/swfdec_flv_decoder.c
+++ b/libswfdec/swfdec_flv_decoder.c
@@ -614,6 +614,7 @@ swfdec_flv_decoder_get_data (SwfdecFlvDe
#include "swfdec_sprite.h"
#include "swfdec_video_movie.h"
+#if 0
static void
notify_initialized (SwfdecPlayer *player, GParamSpec...