search for: 5dc9a24

Displaying 1 result from an estimated 1 matches for "5dc9a24".

2007 Sep 26
1
Youtube broken by 89d295a94
...This can be tested simply by running "swfplay player2.swf", where player2.swf comes from http://www.youtube.com/player2.swf This patch restores Youtube support in the git head, but it's just a hack. diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 5dc9a24..e94b835 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -578,6 +578,7 @@ swfdec_action_get_variable (SwfdecAsContext *cx, guint action, const guint8 *dat val = swfdec_as_stack_peek (cx, 1); s = swfdec_as_value_to_string (cx, val); + swfdec_as_context_...