~ubuntu-branches/ubuntu/maverick/x264/maverick-updates

« back to all changes in this revision

Viewing changes to output/output.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-02-18 07:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100218073951-9jgsvskb976rfbvq
Tags: upstream-0.85.1442.1+git781d30
ImportĀ upstreamĀ versionĀ 0.85.1442.1+git781d30

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );
34
34
} cli_output_t;
35
35
 
36
 
extern cli_output_t raw_output;
37
 
extern cli_output_t mkv_output;
38
 
extern cli_output_t mp4_output;
39
 
extern cli_output_t flv_output;
 
36
extern const cli_output_t raw_output;
 
37
extern const cli_output_t mkv_output;
 
38
extern const cli_output_t mp4_output;
 
39
extern const cli_output_t flv_output;
40
40
 
41
41
#endif