about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/headers/frametype.h
blob: 63bee9642687db55f78c8aa741505b54aa0fb4f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FRAMETYPE_H_INCLUDED
#define FRAMETYPE_H_INCLUDED

char
FType_Type(unsigned int const frameNum);

unsigned int
FType_FutureRef(unsigned int const currFrameNum);

int	FType_PastRef _ANSI_ARGS_((int currFrameNum));

void SetFramePattern(const char * const pattern);

void
ComputeFrameTable(unsigned int const numFrames);

#endif