~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/codec/quicktime.c

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * quicktime.c: a quicktime decoder that uses the QT library/dll
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2003 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: 2776bc79de36997263fe58b01035e0d6721a0476 $
6
6
 *
7
7
 * Authors: Laurent Aimar <fenrir at via.ecp.fr>
8
8
 *          Derk-Jan Hartman <hartman at videolan.org>>
66
66
 
67
67
vlc_module_begin();
68
68
    set_description( N_("QuickTime library decoder") );
69
 
    set_capability( "decoder", 10 );
 
69
    set_capability( "decoder", 0 );
70
70
    set_category( CAT_INPUT );
71
71
    set_subcategory( SUBCAT_INPUT_VCODEC );
72
72
    set_callbacks( Open, Close );