search for: f97ddaf

Displaying 1 result from an estimated 1 matches for "f97ddaf".

Did you mean: f91dbaf
2007 Oct 19
0
8 commits - libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c
...2 + 5 files changed, 55 insertions(+), 18 deletions(-) New commits: commit f5e934199517482e91225a4107a7b94c4a8b2d8d Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 19 14:44:38 2007 +0200 add comment diff --git a/libswfdec/swfdec_resource.h b/libswfdec/swfdec_resource.h index f97ddaf..c5fd4e2 100644 --- a/libswfdec/swfdec_resource.h +++ b/libswfdec/swfdec_resource.h @@ -44,7 +44,7 @@ struct _SwfdecResource gboolean initial; /* TRUE if this is the initial resource */ SwfdecLoader * loader; /* the loader providing data for the decoder */ - SwfdecDecoder * decoder; /* d...