~ubuntu-branches/ubuntu/intrepid/swfdec0.6/intrepid

« back to all changes in this revision

Viewing changes to swfdec/swfdec_amf.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Garcia Mantinan
  • Date: 2008-07-29 23:30:05 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080729233005-k05tu7pnfyb8vcog
Tags: 0.6.8-1
* New upstream version. Fixes several crashes.
* Setting urgency as high to try to get all these fixes to lenny.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <swfdec/swfdec_as_context.h>
24
24
#include <swfdec/swfdec_bits.h>
25
25
 
 
26
G_BEGIN_DECLS
 
27
 
26
28
typedef enum {
27
29
  SWFDEC_AMF_NUMBER = 0,
28
30
  SWFDEC_AMF_BOOLEAN = 1,
56
58
                                                 ...);
57
59
 
58
60
 
 
61
G_END_DECLS
 
62
 
59
63
#endif