~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/example/yaf/yafcore/yaf_control.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
#ifndef __YAF_CONTROL_H
 
4
#define __YAF_CONTROL_H
 
5
 
 
6
 
 
7
 
 
8
#include "inputInterface.h"
 
9
#include "outputInterface.h"
 
10
#include <iostream.h>
 
11
#include "inputDecoder.h"
 
12
 
 
13
#include <sys/time.h>
 
14
#include <unistd.h>
 
15
#include <fcntl.h>
 
16
#include <stdio.h>
 
17
 
 
18
 
 
19
 
 
20
// prototypes
 
21
 
 
22
//extern "C" void control_xplayer();
 
23
void yaf_control(InputInterface* input,
 
24
                 OutputInterface* output,
 
25
                 InputDecoder* decoder);
 
26
 
 
27
#endif