summaryrefslogtreecommitdiffstats
path: root/core/FfmpegEnc.h
blob: 8ab6220115aa6e04630a2e9b4c37cdad8dcf1a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Id: FfmpegEnc.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_FFMPEG_ENC_H
#define HB_FFMPEG_ENC_H

#include "HandBrakeInternal.h"

HBFfmpegEnc * HBFfmpegEncInit( HBHandle *, HBTitle * );
void          HBFfmpegEncClose( HBFfmpegEnc ** );

#endif