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

« back to all changes in this revision

Viewing changes to input/input.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:
60
60
    int (*close_file)( hnd_t handle );
61
61
} cli_input_t;
62
62
 
63
 
extern cli_input_t yuv_input;
64
 
extern cli_input_t y4m_input;
65
 
extern cli_input_t avs_input;
 
63
extern const cli_input_t yuv_input;
 
64
extern const cli_input_t y4m_input;
 
65
extern const cli_input_t avs_input;
66
66
extern cli_input_t thread_input;
67
 
extern cli_input_t lavf_input;
68
 
extern cli_input_t ffms_input;
 
67
extern const cli_input_t lavf_input;
 
68
extern const cli_input_t ffms_input;
69
69
 
70
70
#endif