~ubuntu-branches/ubuntu/trusty/libav/trusty-proposed

« back to all changes in this revision

Viewing changes to libavcodec/a64enc.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2013-10-22 23:24:08 UTC
  • mfrom: (1.3.36 sid)
  • Revision ID: package-import@ubuntu.com-20131022232408-b8tvvn4pyzri9mi3
Tags: 6:9.10-1ubuntu1
* Build all -extra flavors from this source package, as libav got demoted
  from main to universe, cf LP: #1243235
* Simplify debian/rules to follow exactly the code that debian executes
* New upstream (LP: #1180288) fixes lots of security issues (LP: #1242802)
* Merge from unstable, remaining changes:
  - build-depend on libtiff5-dev rather than libtiff4-dev,
    avoids FTBFS caused by imlib
  - follow the regular debian codepaths

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    AVLFG randctx;
42
42
    int mc_lifetime;
43
43
    int mc_use_5col;
44
 
    int mc_frame_counter;
 
44
    unsigned mc_frame_counter;
45
45
    int *mc_meta_charset;
46
46
    int *mc_charmap;
47
47
    int *mc_best_cb;
50
50
    uint8_t *mc_colram;
51
51
    uint8_t *mc_palette;
52
52
    int mc_pal_size;
 
53
 
 
54
    /* pts of the next packet that will be output */
 
55
    int64_t next_pts;
53
56
} A64Context;
54
57
 
55
58
#endif /* AVCODEC_A64ENC_H */