[svn] / branches / release-1_3-branch / xvidcore / dshow / src / CXvidDecoder.h Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/dshow/src/CXvidDecoder.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1428, Wed Apr 14 03:25:41 2004 UTC revision 1498, Fri Jul 16 15:38:01 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: CXvidDecoder.h,v 1.3 2004-04-14 03:25:41 syskin Exp $   * $Id: CXvidDecoder.h,v 1.4 2004-07-16 15:38:01 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 90  Line 90 
90          int (*xvid_global_func)(void *handle, int opt, void *param1, void *param2);          int (*xvid_global_func)(void *handle, int opt, void *param1, void *param2);
91          int (*xvid_decore_func)(void *handle, int opt, void *param1, void *param2);          int (*xvid_decore_func)(void *handle, int opt, void *param1, void *param2);
92          int ar_x, ar_y;          int ar_x, ar_y;
93            bool forced_ar;
94    
95          int rgb_flip;          int rgb_flip;
96    
97    };
98    
99    static const int PARS[][2] = {
100            {1, 1},
101            {12, 11},
102            {10, 11},
103            {16, 11},
104            {40, 33},
105            {0, 0},
106  };  };
107    
108    

Legend:
Removed from v.1428  
changed lines
  Added in v.1498

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4