summaryrefslogtreecommitdiffstats
path: root/core/XvidEnc.h
blob: 01cb6f4d480b48f79d5057a35e3543da949f1684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Id: XvidEnc.h,v 1.1 2003/11/03 12:08:01 titer Exp $

   This file is part of the HandBrake source code.
   Homepage: <http://handbrake.m0k.org/>.
   It may be used under the terms of the GNU General Public License. */

#ifndef HB_XVID_ENC_H
#define HB_XVID_ENC_H

#include "HandBrakeInternal.h"

HBXvidEnc * HBXvidEncInit( HBHandle *, HBTitle * );
void        HBXvidEncClose( HBXvidEnc ** );

#endif