~bratsche/vlc/vlc-notify-add-actions-with-server-support

« back to all changes in this revision

Viewing changes to extras/x264/common/vlc.h

  • Committer: Bazaar Package Importer
  • Date: 2008-11-28 09:29:51 UTC
  • Revision ID: jamesw@ubuntu.com-20081128092951-0y5ojboptscru17f
Tags: upstream-ubuntu-0.8.6.release.e+x264svn20071224+faad2.6.1
ImportĀ upstreamĀ versionĀ 0.8.6.release.e+x264svn20071224+faad2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
typedef struct
25
25
{
26
 
    int i_bits;
27
 
    int i_size;
 
26
    uint16_t i_bits;
 
27
    uint16_t i_size;
28
28
} vlc_t;
29
29
 
30
30
/* XXX: don't forget to change it if you change vlc_t */