~ubuntu-branches/ubuntu/saucy/x264/saucy-proposed

« back to all changes in this revision

Viewing changes to common/set.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-10-29 17:46:52 UTC
  • mfrom: (12.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111029174652-hijxtdvf5nztyfv7
Tags: 2:0.118.2085+git8a62835-1ubuntu1
* Merge from Debian, remaining changes:
  - tighten dependencies on Libav 0.7
  - Build against libffms2-dev
  - build against libgpac-dev to enable .mp4 output

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    PROFILE_HIGH    = 100,
36
36
    PROFILE_HIGH10  = 110,
37
37
    PROFILE_HIGH422 = 122,
38
 
    PROFILE_HIGH444 = 144,
39
38
    PROFILE_HIGH444_PREDICTIVE = 244,
40
39
};
41
40
 
 
41
enum chroma_format_e
 
42
{
 
43
    CHROMA_400 = 0,
 
44
    CHROMA_420 = 1,
 
45
    CHROMA_422 = 2,
 
46
    CHROMA_444 = 3,
 
47
};
 
48
 
42
49
enum cqm4_e
43
50
{
44
51
    CQM_4IY = 0,